Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Completion/Debian/Command/_linda: Deleted
- X-seq: zsh-workers 31572
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: zsh-workers@xxxxxxx, ansgar@xxxxxxxxxx
- Subject: [PATCH] Completion/Debian/Command/_linda: Deleted
- Date: Wed, 24 Jul 2013 16:58:08 +0200
- Cc: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=0ZDY1b0CteLbo2EZSl6zcYOCwqT318TMwpt75wke2aY=; b=xOjDAYwpbHLDWgx9cf2Ul4h4BDSlk/TK3mp1xbC6LODJNXwmN5U1VwQ5hAzlbHJglx F/JWlat/luqqVSmGeUYgy6uy8vcneq7JbrCgzeB/+9fYJFIAngc+hXp8IrfdVHrJu2X4 Lf4xwPFYIdqH+l5qtql7xfLNIvZTos1PY2sxY5wQ02Jvo47lqXmVM2WSW8VcOvZzV6ao m1F3IIb1Ztltk7KxVpfM0NFN8XghOqe8cnn7RoV5UDtbpu5BuJkDbRRRoxiIv51T6XQ8 uniIcxWtXHJbNP04lZObLrwyjIQgDvbQ0kyJZDshwFKkdMMAWoRqEZDgGP4MAen/3hXS PW6w==
- In-reply-to: <51CC680A.1050009@debian.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <51CC680A.1050009@debian.org>
See zsh-workers/31496
---
Completion/Debian/Command/_linda | 26 --------------------------
1 file changed, 26 deletions(-)
delete mode 100644 Completion/Debian/Command/_linda
diff --git a/Completion/Debian/Command/_linda b/Completion/Debian/Command/_linda
deleted file mode 100644
index 12ca72f..0000000
--- a/Completion/Debian/Command/_linda
+++ /dev/null
@@ -1,26 +0,0 @@
-#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)(-.)"'
--
1.7.10.4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author