FourthState / plasma-mvp-sidechain

Cosmos SDK (Tendermint consensus) side-chain implementation for plasma
Apache License 2.0
112 stars 35 forks source link

[Cobra] Unwanted help messages #151

Closed hamdiallam closed 4 years ago

hamdiallam commented 5 years ago

When an error string is returned by a command, the help should not be printed by cobra. This makes the error string hard to find.

colin-axner commented 5 years ago

Add SilenceUsage = true to each command

hamdiallam commented 5 years ago

This should placed in commands post argument validation. Still want to show usage if invalid arguments are provided