2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 06:54:03 +00:00
fish-shell/share/completions/apt-sortpkgs.fish

7 lines
418 B
Fish

#apt-sortpkgs
complete -c apt-sortpkgs -s h -l help --description "Display help and exit"
complete -f -c apt-sortpkgs -s s -l source --description "Use source index field"
complete -f -c apt-sortpkgs -s v -l version --description "Display version and exit"
complete -r -c apt-sortpkgs -s c -l conf-file --description "Specify conffile"
complete -r -f -c apt-sortpkgs -s o -l option --description "Set config options"