forked from cerc-io/plugeth
cmd/geth: migrate dumpconfig command/flags
This commit is contained in:
parent
38b4fc8069
commit
81d6ec908a
@ -38,10 +38,11 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
dumpConfigCommand = cli.Command{
|
dumpConfigCommand = cli.Command{
|
||||||
Action: dumpConfig,
|
Action: utils.MigrateFlags(dumpConfig),
|
||||||
Name: "dumpconfig",
|
Name: "dumpconfig",
|
||||||
Usage: "Show configuration values",
|
Usage: "Show configuration values",
|
||||||
ArgsUsage: "",
|
ArgsUsage: "",
|
||||||
|
Flags: append(nodeFlags, rpcFlags...),
|
||||||
Category: "MISCELLANEOUS COMMANDS",
|
Category: "MISCELLANEOUS COMMANDS",
|
||||||
Description: `The dumpconfig command shows configuration values.`,
|
Description: `The dumpconfig command shows configuration values.`,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user