neoneo-go/cli
Evgenii Stratonikov 758a88a813 rpc: exit from Start after Listener is running
If port is dynamically allocated, `(*Server).Addr` will contain
0 port. This commit executes listener before exiting from `Start()`
and sets Addr to the actual address.
2020-09-18 12:05:31 +03:00
..
flags cli: add tests to cli packages 2020-08-26 10:14:55 +03:00
options cli: add tests to cli packages 2020-08-26 10:14:55 +03:00
server rpc: exit from Start after Listener is running 2020-09-18 12:05:31 +03:00
smartcontract cli: use Writer from app instead of Stdout 2020-09-18 12:05:31 +03:00
util cli: use Writer from app instead of Stdout 2020-09-18 12:05:31 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet cli: use Writer from app instead of Stdout 2020-09-18 12:05:31 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: allow to use vm parse directly 2020-08-05 09:40:50 +03:00