@@ -28,7 +28,6 @@ Commands:
2828 keys [command] manage your keys
2929 networks [command] manage networks
3030 wasm [command] wasm transaction subcommands
31- help [command] display help for command
3231```
3332
3433> ** Wasm Command**
@@ -39,14 +38,13 @@ Usage: cwcli wasm [command]
3938Wasm transaction subcommands
4039
4140Options:
42- -h, --help display help for command
41+ -h, --help display help for command
4342
4443Commands:
45- upload [options] < wasm file> Upload a wasm binary
46- query [options] < contractAddress> < msg> Querying commands for contracts
47- execute [options] < contractAddress> < msg> execute a smart contract method
48- instantiate [options] < codeId> < msg> instantiate an uploaded contract
49- help [command] display help for command
44+ upload < wasm file> Upload a wasm binary
45+ query < address> < msg> Querying commands for contracts
46+ execute < address> < msg> execute a smart contract method
47+ instantiate < codeId> < msg> instantiate an uploaded contract
5048```
5149
5250> ** Keys Command**
@@ -57,14 +55,13 @@ Usage: cwcli keys [command]
5755Manage your keys
5856
5957Options:
60- -h, --help display help for command
58+ -h, --help display help for command
6159
6260Commands:
63- add < name> Add an encrypted private key (either newly generated or recovered), encrypt it, and save to keyring
64- delete < name> Delete keys from the cli
65- show [options] < name> Return address depending on network selection
66- list Return a list of all public keys stored by this cli
67- help [command] display help for command display help for command
61+ add < name> Add an encrypted private key (either newly generated or recovered), encrypt it, and save to keyring
62+ delete < name> Delete keys from the cli
63+ show < name> Return address depending on network selection
64+ list Return a list of all public keys stored by this cli
6865```
6966
7067> ** Network Command**
@@ -81,7 +78,6 @@ Commands:
8178 add < filePath> Load a custom network
8279 delete < name> Remove a custom network
8380 list show a list of networks
84- help [command] display help for command
8581```
8682
8783
0 commit comments