neoneo-go/cli
Anna Shaleva 8b91428db8 cli: unify documentation of VM CLI commands
1. UsageText shows the command usage rule. Fixed/added where needed.
2. Description shows the command description, huh. It is shown right after
   UsageText, so there's no need to repeat the command usage rule. If
   Description contains Example, then it should be printed on a new line.
2022-10-13 16:07:34 +03:00
..
app cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
cmdargs cli: unify signers parsing 2022-10-13 16:07:34 +03:00
flags [#2442] English Check 2022-05-04 19:48:27 +03:00
input *: bump minimum supported go version 2022-08-08 13:59:32 +03:00
nep_test cli: move nep11/nep17 tests into a package of their own 2022-10-06 09:21:26 +03:00
options cli: use custom logger to filter out runtime.Log messages 2022-10-07 15:57:33 +03:00
paramcontext context: define a constant for transaction context type 2022-09-08 14:33:04 +03:00
query cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
server cli: move handleLoggingParams to 'options' package 2022-10-07 15:57:33 +03:00
smartcontract cli: unify signers parsing 2022-10-13 16:07:34 +03:00
testdata cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
txctx cli: deduplicate smartcontract/wallet tx confirm/sign/save/send 2022-10-06 23:03:32 +03:00
util vm: move vm CLI to cli/vm package 2022-10-07 15:56:34 +03:00
vm cli: unify documentation of VM CLI commands 2022-10-13 16:07:34 +03:00
wallet cli: deduplicate smartcontract/wallet tx confirm/sign/save/send 2022-10-06 23:03:32 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: move tests to subpackages 2022-10-06 09:21:26 +03:00