From 52a1e0ee681f82f611f216dfca03f484bf93c086 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 20 Feb 2006 05:18:21 +0000 Subject: 22289: completion for linda. --- ChangeLog | 5 +++++ Completion/Debian/Command/_linda | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Completion/Debian/Command/_linda diff --git a/ChangeLog b/ChangeLog index 6c4e2ff97..3f35c898b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-20 Clint Adams + + * 22289: Completion/Debian/Command/_linda: completion for + linda. + 2006-02-19 Peter Stephenson * 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)"' -- cgit 1.4.1