mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-21 07:24:36 +00:00
cmd: hyphen case cli and config (#5777)
This commit is contained in:
@@ -100,8 +100,9 @@ func main() {
|
||||
)
|
||||
|
||||
nodeCmd := &cobra.Command{
|
||||
Use: "node",
|
||||
Short: "Run the maverick node",
|
||||
Use: "start",
|
||||
Aliases: []string{"node", "run"},
|
||||
Short: "Run the maverick node",
|
||||
RunE: func(command *cobra.Command, args []string) error {
|
||||
return startNode(config, logger, misbehaviorFlag)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user