Skip to content

Accept latest as an argument for install and use #138

@ardislu

Description

@ardislu

Currently, solc-select install only accepts a specific version number or the word all. solc-select use only accepts a specific version.

It would be convenient if these commands accepted latest as an alias for the latest version of Solidity. For example (assuming 0.8.17 is the latest version of Solidity):

$ solc-select install latest
Installing '0.8.17'...
Version '0.8.17' installed.

And:

$ solc-select use latest
Switched global version to 0.8.17

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions