good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 11ab73f6 authored by Bas van Kervel's avatar Bas van Kervel
Browse files

cmd/geth: migrate metric command/flags

parent 18e9cb11
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ var (
Usage: "Refresh interval in seconds",
}
monitorCommand = cli.Command{
Action: monitor,
Action: utils.MigrateFlags(monitor), // keep track of migration progress
Name: "monitor",
Usage: "Monitor and visualize node metrics",
ArgsUsage: " ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment