mirror of https://github.com/status-im/op-geth.git
cmd/geth: migrate metric command/flags
This commit is contained in:
parent
18e9cb1187
commit
11ab73f6d8
|
@ -49,7 +49,7 @@ var (
|
||||||
Usage: "Refresh interval in seconds",
|
Usage: "Refresh interval in seconds",
|
||||||
}
|
}
|
||||||
monitorCommand = cli.Command{
|
monitorCommand = cli.Command{
|
||||||
Action: monitor,
|
Action: utils.MigrateFlags(monitor), // keep track of migration progress
|
||||||
Name: "monitor",
|
Name: "monitor",
|
||||||
Usage: "Monitor and visualize node metrics",
|
Usage: "Monitor and visualize node metrics",
|
||||||
ArgsUsage: " ",
|
ArgsUsage: " ",
|
||||||
|
|
Loading…
Reference in New Issue