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
I found the following completion issue when using varags positional arguments. After the first argument is completed, pressing tab again does not show the completion anymore.
mise run add-users # tab
alice bob charlie
mise run add-users alice # tab
# no output (ideally here the completion should output only "bob charlie")
mise run add-users alice bob # enter
# correctly outputs "alice bob"
As pinpointed in the original discussion I reported the issue in usage repo and also I simplified the example so it will be easier to troubleshoot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I found the following completion issue when using varags positional arguments. After the first argument is completed, pressing tab again does not show the completion anymore.
As pinpointed in the original discussion I reported the issue in usage repo and also I simplified the example so it will be easier to troubleshoot.
Beta Was this translation helpful? Give feedback.
All reactions