fish-shell/share/completions/apt-sortpkgs.fish
Aaron Gyes 68527ff20c completions: --description -> -d
This ends up saving a surprising number of bytes.
2017-10-11 10:17:35 -07:00

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"