mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
7 lines
363 B
Fish
7 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"
|
|
|