mise icon indicating copy to clipboard operation
mise copied to clipboard

`rtx install [email protected]` installs [email protected]* not [email protected].* as expected

Open jdx opened this issue 2 years ago • 0 comments

this is a hard problem since the fix might break the behavior in unexpected ways. However because we're doing dumb prefix matching, that means [email protected] matches things like 1.10.0 when that's almost certainly not what the user wants.

This can be worked around by doing [email protected]. but ideally that shouldn't be necessary.

jdx avatar Feb 17 '23 14:02 jdx