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 nice to define possible choices values similar to the complete specification complete "foo" run="my_command".
Currently, I have the option to manually define all possible values in choices and have them show up in the help/docs. Or have my autocomplete options generated by an external command, but not show the options in any docs.
But sometimes my possible choices are options belonging to an external tool (e.g., services in a compose config) and I don't want to manually write them into my spec.
(comming from using usage in mise tasks)
It would be nice to define possible
choices
values similar to thecomplete
specificationcomplete "foo" run="my_command"
.Currently, I have the option to manually define all possible values in
choices
and have them show up in the help/docs. Or have my autocomplete options generated by an external command, but not show the options in any docs.But sometimes my possible choices are options belonging to an external tool (e.g., services in a compose config) and I don't want to manually write them into my spec.
Example:
Manually defined choices
No choices, but with autocomplete
The text was updated successfully, but these errors were encountered: