Package: zsh
Version: 4.3.2-18
Severity: wishlist

Hi,

I've started to explore the zsh completion system. These are the first
outcomes. Maybe you can include them in the package.

#compdef invoke-rc.d

_arguments \
  '--quiet[quiet mode, no error messages are generated]' \
  '--force[run the initscript regardless of policy and subsystem]' \
  '--try-anyway[run the initscript even if a non-fatal error is found]' \
  '--disclose-deny[return 101 instead of 0 if action is denied]' \
  '--query[return one of status codes 100-106, does not run the script]' \
  '--no-fallback[ignore any fallback action requests by the policy layer]' \
  '1:service:_services' \
  '2:command:(start stop force-stop restart reload force-reload status)'

#compdef pon

provider=(/etc/ppp/peers/*(:t))

_arguments \
  '(-q --quick)'{-q,--quick}'[hangs up after all ip-up scripts are run]' \
  '1:provider to call:([EMAIL PROTECTED])'

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]        1.5.5       Debian configuration management sy
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libncurses5                  5.5-3       Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1                       1:1.10-14  support for getting/setting POSIX.
ii  libpcre3                      6.4-2      Perl 5 Compatible Regular Expressi

-- no debconf information

Attachment: pgpWSXOFvrrfk.pgp
Description: PGP signature

Reply via email to