File: _diffstat

package info (click to toggle)
zsh-beta 4.3.6-dev-0%2B20080723-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 14,752 kB
  • ctags: 7,403
  • sloc: ansic: 90,889; sh: 5,568; makefile: 836; perl: 745; awk: 381; sed: 16
file content (19 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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'