mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-01 15:48:45 +00:00
faa23a33ec
darcs-hash:20060109144730-ac50b-02c888d17745b5406e099040e12130fb2a419276.gz
10 lines
572 B
Fish
10 lines
572 B
Fish
#apt-zip-inst
|
|
complete -c apt-zip-inst -s h -l help -d (_ "Display help and exit")
|
|
complete -f -c apt-zip-inst -s V -l version -d (_ "Display version and exit")
|
|
complete -c apt-zip-inst -s m -l medium -d (_ "Removable medium")
|
|
complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dist-upgrade" -d (_ "Select an action")
|
|
complete -c apt-zip-inst -s p -l packages -d (_ "List of pkgs to install")
|
|
complete -f -c apt-zip-inst -s f -l fix-broken -d (_ "Fix broken option")
|
|
complete -c apt-zip-inst -l skip-mount -d (_ "Specify a non-mountpoint dir")
|
|
|
|
|