ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
138 stars 48 forks source link

Add solcx entry point to allow commandline use #29

Open iamdefinitelyahuman opened 4 years ago

iamdefinitelyahuman commented 4 years ago

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 commented 4 years ago

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

step21 commented 2 years ago

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