zsh-workers
 help / color / mirror / code / Atom feed
5afb10a38785516416c22ca4804508a6cd529e32 blob 509 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#compdef iconvconfig

local exargs="-? --help --usage -V --version"

_arguments -S -s \
    "($exargs)--nostdlib[do not search system directory]" \
    "(-o --output= $exargs)"{-o+,--output=}'[specify output file]:output file:_files' \
    "($exargs)--prefix=[specify system dir prefix]:prefix:_files" \
    '(- *)'{-\?,--help}'[display help information]' \
    '(- *)--usage[display a short usage message]' \
    '(- *)'{-V,--version}'[print program version]' \
    '*:directory:_files -/' \
    && return 0
debug log:

solving 5afb10a ...
found 5afb10a 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).