mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
d4034fc253
darcs-hash:20060111141735-ac50b-b6a9ac5d5d9eb8eac28dd39968cd28f99044e8f5.gz
10 lines
576 B
Fish
10 lines
576 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 packages 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")
|
|
|
|
|