fish-shell/share/completions/choice.fish

7 lines
443 B
Fish
Raw Normal View History

2021-11-25 04:14:17 +00:00
complete --command choice --no-files --arguments '/c\t"Specify the list of choices to be created"
/n\t"Hide the list of choices"
2021-11-25 08:12:14 +00:00
/cs\t"Specify that the choices are case-sensitive"
/t\t"Specify the number of seconds to pause before using the default choice specified by /d"
/d\t"Specify the default choice to use after waiting the number of seconds specified by /t"
2021-11-25 04:14:17 +00:00
/m\t"Specify a message to display before the list of choices"
/?\t"Show help"'