We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd1900 commit c73e823Copy full SHA for c73e823
client/v2/autocli/testdata/help-deprecated.golden
@@ -1,4 +1,6 @@
1
Command "echo" is deprecated, don't use this
2
+Execute the Echo RPC method
3
+
4
Usage:
5
test deprecatedecho echo [flags]
6
client/v2/autocli/testdata/help-toplevel-msg.golden
@@ -5,13 +5,13 @@ Usage:
test [command]
7
Available Commands:
8
- burn
+ burn Execute the Burn RPC method
9
completion Generate the autocompletion script for the specified shell
10
help Help about any command
11
- multi-send
+ multi-send Execute the MultiSend RPC method
12
send Send coins from one account to another
13
- set-send-enabled
14
- update-params
+ set-send-enabled Execute the SetSendEnabled RPC method
+ update-params Execute the UpdateParams RPC method
15
16
Flags:
17
-h, --help help for test
0 commit comments