py-solc-x icon indicating copy to clipboard operation
py-solc-x copied to clipboard

Add solcx entry point to allow commandline use

Open iamdefinitelyahuman opened this issue 4 years ago • 2 comments

Something like solcx <version> <regular-args> to allow easy command line interaction with the multiple installed versions. If the given version isn't installed, return an error and suggest use of the --install flag.

iamdefinitelyahuman avatar Dec 28 '19 11:12 iamdefinitelyahuman

This should be done using click. A good opportunity to learn it.

iamdefinitelyahuman avatar Apr 23 '20 15:04 iamdefinitelyahuman

could also use https://typer.tiangolo.com/

step21 avatar Oct 22 '21 09:10 step21