cmd/geth: reorganise help section for new cli flag handling

This commit is contained in:
Bas van Kervel
2017-05-25 09:15:51 +02:00
parent ef25b826e6
commit a346aedb90
3 changed files with 70 additions and 12 deletions

View File

@ -30,9 +30,7 @@ import (
var (
consoleFlags = []cli.Flag{utils.JSpathFlag, utils.ExecFlag, utils.PreloadJSFlag}
)
var (
consoleCommand = cli.Command{
Action: utils.MigrateFlags(localConsole),
Name: "console",