mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
31572: Completion/Debian/Command/_linda: Deleted
This commit is contained in:
parent
f9851d817f
commit
673760876c
3 changed files with 3 additions and 27 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
* 31571: Completion/Unix/Command/_vcsh: Update
|
||||
|
||||
* 31572: Completion/Debian/Command/_linda,
|
||||
Completion/Debian/Command/.distfiles: Remove _linda
|
||||
|
||||
2013-07-24 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Src/hist.c: 31570: with HIST_REDUCE_BLANKS don't truncate
|
||||
|
|
|
@ -30,7 +30,6 @@ _dupload
|
|||
_git-buildpackage
|
||||
_invoke-rc.d
|
||||
_lighttpd
|
||||
_linda
|
||||
_lintian
|
||||
_madison
|
||||
_make-kpkg
|
||||
|
|
|
@ -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)(-.)"'
|
Loading…
Reference in a new issue