Suggestion: Add a command to be able to switch between installed go versions
torifaye opened this issue · 3 comments
n let's you switch between the different versions you have installed by running n <version>
- it would be nice if there was a similar ability here. Or if there is already, how do you do so? There's g run <version>
but that does not seem to be persistent.
Hi @RobertYost , g install <version>
doubles as switcher if the version is installed already; it is a single command.
You can also run g
without arguments to launch the interactive mode.
I guess I messed up a bit with the naming, I might have used use
instead of install
or something. 🤔
@stefanmaric ah I see, thanks for pointing that out! I will close this issue then, wasn't aware of that
@RobertYost fyi, I might be changing it soon, added some items to my TODO in the next
branch: 72a7040
I will take the freedom to break some stuff while g
is in pre v1
state. 😄
Thanks for taking your time to chime in. <3