You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was poking around the code and discovered this great --always-install. It doesn't show up on the top level of help (and I previously didn't realize it shows up with no description if you do solc-select use --help.
But personally I think solc-select should --always-install by default and we change this option to --never-install
Either way, I think it would be nice to have this option listed on the top help screen.
The text was updated successfully, but these errors were encountered:
I was thinking if there was a concern about automatically installing it we could accept user input like "Version 0.8.19 is not installed. Install y/N?"
It would involve making the --always-install the default. removing that particular clarg. and then adding a new clarg called "--offline" which would make it not install by default.
I was poking around the code and discovered this great --always-install. It doesn't show up on the top level of help (and I previously didn't realize it shows up with no description if you do
solc-select use --help
.But personally I think solc-select should --always-install by default and we change this option to --never-install
Either way, I think it would be nice to have this option listed on the top help screen.
The text was updated successfully, but these errors were encountered: