crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
746 stars 99 forks source link

Feature request: install and automatically switch to the newly installed version #178

Closed damilolaedwards closed 1 year ago

damilolaedwards commented 1 year ago

Currently, to use an uninstalled version of solc-select, it requires to separate steps, running solc-select install <version> then solc-select use <version>. There should be a flag to installs and switches to the newly installed version automatically thereby merging the two separate commands into one.

0xalpharush commented 1 year ago

Does the existing flag solc-select use <version> --always-install accomplish what you describe or you mean something different?