We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b4fc8 commit 81d6ec9Copy full SHA for 81d6ec9
cmd/geth/config.go
@@ -38,10 +38,11 @@ import (
38
39
var (
40
dumpConfigCommand = cli.Command{
41
- Action: dumpConfig,
+ Action: utils.MigrateFlags(dumpConfig),
42
Name: "dumpconfig",
43
Usage: "Show configuration values",
44
ArgsUsage: "",
45
+ Flags: append(nodeFlags, rpcFlags...),
46
Category: "MISCELLANEOUS COMMANDS",
47
Description: `The dumpconfig command shows configuration values.`,
48
}
0 commit comments