jdx/mise

Autocompletion does not work for `mise <task>` shorthand when task name is quoted

hverlin opened this issue · 1 comments

[tasks."test"]
run = "echo 'Running test'"

fish

image

zsh

image

If I select the suggestion, I get

mise \"tes 

When using mise run <task>, the autocompletion works correctly

jdx commented

I can repro, but I have no clue how this is even possible. mise should be treating a quoted version as the same...