mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
78bd0f9cdb
- rename *list* functions to *print* - use short options everywhere - delegate less work to functions
7 lines
430 B
Fish
7 lines
430 B
Fish
complete -c choice -f -a /c -d "Specify the list of choices to be created"
|
|
complete -c choice -f -a /n -d "Hide the list of choices"
|
|
complete -c choice -f -a /cs -d "Specify that the choices are case-sensitive"
|
|
complete -c choice -f -a /t -d "Specify the number of seconds"
|
|
complete -c choice -f -a /d -d "Specify the default choice"
|
|
complete -c choice -f -a /m -d "Specify a message"
|
|
complete -c choice -f -a '/?' -d "Show help"
|