aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/a2dissite.fish
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-06-26 16:14:01 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-06-26 16:14:01 +0800
commit976ce1e8fd16a5c6018004074051ab38243581e2 (patch)
tree8eb6992f858107ea6f0bff78a917262ce6a0d066 /share/completions/a2dissite.fish
parent6ec58a20c074d2ecf8a523535b28144ec4893c1f (diff)
Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site}
Work on #2141.
Diffstat (limited to 'share/completions/a2dissite.fish')
-rw-r--r--share/completions/a2dissite.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/completions/a2dissite.fish b/share/completions/a2dissite.fish
new file mode 100644
index 00000000..49f4f675
--- /dev/null
+++ b/share/completions/a2dissite.fish
@@ -0,0 +1,5 @@
+complete -c a2dissite -s q -l quiet -d "Don't show informative messages"
+complete -c a2dissite -s p -l purge -d "Purge all traces of module"
+
+complete -c a2dissite -xa '(__fish_print_debian_apache_sites)'
+