zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _diffstat
@ 2006-02-22  2:54 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-02-22  2:54 UTC (permalink / raw)
  To: zsh-workers

Index: Completion/Unix/Command/_diffstat
===================================================================
RCS file: Completion/Unix/Command/_diffstat
diff -N Completion/Unix/Command/_diffstat
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_diffstat	22 Feb 2006 02:53:35 -0000
@@ -0,0 +1,19 @@
+#compdef diffstat
+
+_arguments \
+  '-c[prefix each line with hash mark]' \
+  '-e:error file:_files' \
+  '-f:histogram format:((0\:concise 1\:normal 2\:dots 3\:dots+normal 4\:value 5\:value+normal 6\:value+dots 7\:value+dots+normal))' \
+  '-h[help]' \
+  '-k[suppress merging of filenames in report]' \
+  '-l[list only the filenames]' \
+  '-n:minimum width for filenames:' \
+  '-o:output file:_files' \
+  '-p:number of path components:' \
+  '-f:rounding code:((0\:none 1\:round 2\:round+adjustment))' \
+  '-t[overrides histogram, generates csv output]' \
+  '-u[suppress sorting of filenames in report]' \
+  '-v[show progress]' \
+  '-V[print version number]' \
+  '-w:maximum width of histogram:' \
+  '*:file specifications:_files'


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

only message in thread, other threads:[~2006-02-22  2:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-22  2:54 PATCH: _diffstat 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).