[Bug]: Mise package completions only work for the first argument #11393
Unanswered
Jai-JAP
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When trying to install / use / uninstall multiple packages at once,
mise <command> <tab>only works for completion of package name for the first position.While the mise cli itself supports performing actions on multiple packages at once like a list of values, the completions are not generated for the later packages.
For instance
This might be the case for some other commands that accept an list of values but I have currently only encountered this with completing packages.
All reactions