mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 10:43:32 +08:00
68527ff20c
This ends up saving a surprising number of bytes.
8 lines
363 B
Fish
8 lines
363 B
Fish
#apt-sortpkgs
|
|
complete -c apt-sortpkgs -s h -l help -d "Display help and exit"
|
|
complete -f -c apt-sortpkgs -s s -l source -d "Use source index field"
|
|
complete -f -c apt-sortpkgs -s v -l version -d "Display version and exit"
|
|
complete -r -c apt-sortpkgs -s c -l conf-file -d "Specify conffile"
|
|
complete -r -f -c apt-sortpkgs -s o -l option -d "Set config options"
|
|
|