mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 03:41:16 -03:00
Completion for choice command
This commit is contained in:
committed by
ridiculousfish
parent
bf72247e1a
commit
63165085e1
7
share/completions/choice.fish
Normal file
7
share/completions/choice.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
complete --command choice --no-files --arguments '/c\t"Specify the list of choices to be created"
|
||||
/n\t"Hide the list of choices"
|
||||
/cs\t"Respect case"
|
||||
/t\t"Specify the number of seconds to pause before using the default choice"
|
||||
/d\t"Use as the default choice"
|
||||
/m\t"Specify a message to display before the list of choices"
|
||||
/?\t"Show help"'
|
||||
Reference in New Issue
Block a user