zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _debdiff
@ 2005-12-10 15:24 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2005-12-10 15:24 UTC (permalink / raw)
  To: zsh-workers

All of the arguments which take options are wrong.

Index: Completion/Debian/Command/_debdiff
===================================================================
RCS file: Completion/Debian/Command/_debdiff
diff -N Completion/Debian/Command/_debdiff
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Debian/Command/_debdiff	10 Dec 2005 15:23:38 -0000
@@ -0,0 +1,22 @@
+#compdef debdiff
+
+_arguments \
+  '(-d --dirs)'{-d,--dirs}'[do not ignore directories]' \
+  '--nodirs[ignore directories]' \
+  '(-m --move)'{-m,--move}':movement:_files' \
+  '--move-regex:movement:_files' \
+  '--nocontrol[do not compare control files]' \
+  '--control[compare control files]' \
+  '--wp[pass -p to wdiff]' \
+  '--wl[pass -l to wdiff]' \
+  '--wt[pass -t to wdiff]' \
+  '--show-moved[show movements between packages]' \
+  '--noshow-moved[do not show movements between packages]' \
+  '--renamed:package:_deb_packages avail' \
+  '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any config files]' \
+  '(-h --help)'{-h,--help}'[show help]' \
+  '(-v --version)'{-v,--version}'[show version]' \
+  '(-q --quiet)'{-q,--quiet}'[be quiet if no differences]' \
+  '--from:debs:_files -g "*.deb"' \
+  '--to:debs:_files -g "*.deb"' \
+  '*:file to compare:_files -g "*.(deb|changes|dsc)"'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-10 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-10 15:24 PATCH: _debdiff Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).