mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 10:00:43 +08:00
68527ff20c
This ends up saving a surprising number of bytes.
5 lines
109 B
Fish
5 lines
109 B
Fish
#atq
|
|
complete -f -c atq -s V -d "Display version and exit"
|
|
complete -f -c atq -s q -d "Use specified queue"
|
|
|