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
It would be useful to have a way for rtx current [PLUGIN] to return the bare version of the plugin so that it can be used in scripts. Currently, it returns a version that is not easily parseable from a script:
$ rtx current golang
-> golang 1.17.5 (set by ~/.tool-versions)
The text was updated successfully, but these errors were encountered:
pedropombeiro
changed the title
Add option to rtx current command tothat returns currently active version for a specified plugin
Add option to rtx current command to return machine-readable active version for a specified plugin
Jan 28, 2023
It would be useful to have a way for
rtx current [PLUGIN]
to return the bare version of the plugin so that it can be used in scripts. Currently, it returns a version that is not easily parseable from a script:The text was updated successfully, but these errors were encountered: