raineorshine / solidity-repl

Ethereum Solidity REPL
ISC License
396 stars 33 forks source link

Yargs support for CLI help and other improvements #24

Closed sebastinez closed 4 years ago

sebastinez commented 4 years ago

This PR implements a CLI help using yargs instead of commander calling solr --help which shows the available special commands and a link to the repo for more information.

Other changes:

Feel free to propose modifications to this PR.

Cheers Sebastian

sebastinez commented 4 years ago

The Node version 6 test fails because ganache-cli requires at least v6.11.5. https://www.npmjs.com/package/ganache-cli

raineorshine commented 4 years ago

Looks good, thanks!

raineorshine commented 4 years ago

Published in v0.6.0