aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-zip-inst.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/apt-zip-inst.fish')
-rw-r--r--share/completions/apt-zip-inst.fish10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/completions/apt-zip-inst.fish b/share/completions/apt-zip-inst.fish
new file mode 100644
index 00000000..34a302ef
--- /dev/null
+++ b/share/completions/apt-zip-inst.fish
@@ -0,0 +1,10 @@
+#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")
+
+