raineorshine / solidity-repl

Ethereum Solidity REPL
ISC License
396 stars 33 forks source link

Add yargs support #23

Closed sebastinez closed 4 years ago

sebastinez commented 4 years ago

Hello,

I would like to implement yargs for cli help. Please let me know if you have any existing ideas for the cli help.

raineorshine commented 4 years ago

Sure, you are welcome to replace commander with yargs.

sebastinez commented 4 years ago

Gets solved with PR #24