cmd/geth, cmd/swarm: sort commands and flags by name (#3462)
This commit is contained in:
committed by
Felix Lange
parent
73c5aba21f
commit
2b422b1a47
@ -25,6 +25,7 @@ import (
|
||||
"os"
|
||||
"os/signal"
|
||||
"runtime"
|
||||
"sort"
|
||||
"strconv"
|
||||
"strings"
|
||||
"syscall"
|
||||
@ -302,6 +303,7 @@ DEPRECATED: use 'swarm db clean'.
|
||||
`,
|
||||
},
|
||||
}
|
||||
sort.Sort(cli.CommandsByName(app.Commands))
|
||||
|
||||
app.Flags = []cli.Flag{
|
||||
utils.IdentityFlag,
|
||||
|
Reference in New Issue
Block a user