cosmos-sdk/x/distribution/client
colin axner 6e2f5f3102 R4R: Support "unknown commands" for subcommands (#4465)
Fixes #4284
Now prints:

gaiacli query distr comission --trust-node cosmos1234
ERROR: unknown command "comission" for "distr"

Did you mean this?
	commission

Adds custom argument validation for subcommands with subcommands. Doesn't affect "query" or "tx" subcommands since they reside in gaia repo. All flags except help are disabled for these commands.
2019-06-04 18:07:12 +01:00
..
cli Merge PR #4384: allow splitting withdrawal txs 2019-05-23 19:00:26 -04:00
common Fix queryDelegatorTotalRewards (#4078) 2019-04-10 18:08:50 +01:00
rest Community pool spend proposal (#4329) 2019-05-21 11:02:10 +01:00
module_client.go R4R: Support "unknown commands" for subcommands (#4465) 2019-06-04 18:07:12 +01:00