zsh-workers
 help / color / mirror / code / Atom feed
9e8ffd594c814252fedb6bcd3d25660daab40eb8 blob 856 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
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: :_deb_files' \
  '--to: :_deb_files' \
  '*:file to compare:_deb_files -c'
debug log:

solving 9e8ffd594 ...
found 9e8ffd594 in https://git.vuxu.org/mirror/zsh/

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).