neo-go/cli
Roman Khimov 16ce63e653 cli: unify RPC endpoint flags under options package
This makes rpc flags consistent across all commands, previously some commands
used 'endpoint, e' and some 'rpc, r', some had ability to change timeout and
some hadn't. Now 'rpc-endpoint, r' is used everywhere along with 'timeout, t'.
2020-06-18 12:10:59 +03:00
..
flags cli: fix type in flags.Fixed8FromContext 2020-03-24 17:17:28 +03:00
options cli: unify RPC endpoint flags under options package 2020-06-18 12:10:59 +03:00
server cli: move network options to their own package 2020-06-18 12:10:14 +03:00
smartcontract cli: unify RPC endpoint flags under options package 2020-06-18 12:10:59 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet cli: unify RPC endpoint flags under options package 2020-06-18 12:10:59 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00