about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-02-20 05:18:21 +0000
committerClint Adams <clint@users.sourceforge.net>2006-02-20 05:18:21 +0000
commit52a1e0ee681f82f611f216dfca03f484bf93c086 (patch)
tree88bc298815bfde9618628441945799eb76a4277d
parent0745510450bf8376956e637b9a64030a894c1f5f (diff)
downloadzsh-52a1e0ee681f82f611f216dfca03f484bf93c086.tar.gz
zsh-52a1e0ee681f82f611f216dfca03f484bf93c086.tar.xz
zsh-52a1e0ee681f82f611f216dfca03f484bf93c086.zip
22289: completion for linda.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_linda26
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c4e2ff97..3f35c898b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-20  Clint Adams  <clint@zsh.org>
+
+	* 22289: Completion/Debian/Command/_linda: completion for
+	linda.
+
 2006-02-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 22285:
diff --git a/Completion/Debian/Command/_linda b/Completion/Debian/Command/_linda
new file mode 100644
index 000000000..d428d18a8
--- /dev/null
+++ b/Completion/Debian/Command/_linda
@@ -0,0 +1,26 @@
+#compdef linda
+
+_arguments \
+  '(-c --config)'{-c,--config=}':config file:_files' \
+  '(-C --checks)'{-C,--checks=}':check regexes:' \
+  '(-d --debug)*'{-d,--debug}'[debug]' \
+  '(-D --disable-local)*'{-D,--disable-local}'[disable registration of local checks]' \
+  '(-f --format)'{-f,--format=}':output format:(branden long lintian figlet)' \
+  '(-h --help)'{-h,--help}'[help]' \
+  '(-i --info)'{-i,--info}'[info]' \
+  '(-l --lab)'{-l,--lab=}':lab root:_files -/' \
+  '(-L --list-checks)'{-L,--list-checks=}':list checks:' \
+  '(-m --more-overrides)'{-m,--more-overrides=}':more overrides:' \
+  '(-n --no-cull)'{-n,--no-cull}'[do not delete lab after completion]' \
+  '(-o --show-overridden)'{-o,--show-overridden}'[display errors that are overridden]' \
+  '(-p --print-overrides)'{-p,--print-overrides}'[print parsed overrides]' \
+  '(-P --profiling)'{-P,--profiling}'[print profiling stats]' \
+  '(-q --quiet)'{-q,--quiet}'[quiet]' \
+  '(-s --show-tag)'{-s,--show-tag}'[print tag along with errors]' \
+  '(-S --seteuid)'{-S,--seteuid}'[do not seteuid to nobody]' \
+  '(-t --types)'{-t,--types=}':types string:_values -s , "types" Error Warning eXperimental Informational' \
+  '(-T --traceback)'{-T,--traceback}'[show a traceback from any exception]' \
+  '(-U --unpack)'{-U,--unpack}':unpack level:' \
+  '(-v --verbose)'{-v,--verbose}'[verbose]' \
+  '(-V --version)'{-V,--version}'[version]' \
+  ':package:_files -g "*.(changes|u#deb|dsc)"'