mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 23:14:04 +00:00
7 lines
687 B
Fish
7 lines
687 B
Fish
complete --command choice --no-files --arguments '/c' --description "Specify the list of choices to be created"
|
|
complete --command choice --no-files --arguments '/n' --description "Hide the list of choices"
|
|
complete --command choice --no-files --arguments '/cs' --description "Specify that the choices are case-sensitive"
|
|
complete --command choice --no-files --arguments '/t' --description "Specify the number of seconds"
|
|
complete --command choice --no-files --arguments '/d' --description "Specify the default choice"
|
|
complete --command choice --no-files --arguments '/m' --description "Specify a message"
|
|
complete --command choice --no-files --arguments '/?' --description "Show help"
|