|
|
@ -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.`, |
|
|
|
} |
|
|
|
} |
|
|
|