go-ethereum/internal/flags
Daniel Liu 5e1a39d67f
internal/flags: fix "flag redefined" bug for alias on custom flags (#30796)
This change fixes a bug on the `DirectoryFlag` and the `BigFlag`, which would trigger a `panic` with the message "flag redefined" in case an alias was added to such a flag.
2024-11-24 20:09:38 +01:00
..
categories.go cmd, core, metrics: always report expensive metrics (#29191) 2024-03-11 10:06:57 +02:00
flags.go internal/flags: fix "flag redefined" bug for alias on custom flags (#30796) 2024-11-24 20:09:38 +01:00
flags_test.go build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
helpers.go internal/flags: remove low-use type TextMarshalerFlag (#30707) 2024-10-31 19:52:39 +01:00