zsh-workers
 help / color / mirror / code / Atom feed
3839c7ed32498970f849fe29c5d47be4e862aa34 blob 2388 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
 
#compdef asciidoctor

# Notes:
# - We don't offer -v for verbose, even though that works in some cases
# - @todo We don't complete arguments to -E and -r. Unclear how they work.
#   Should we offer gem names from `gem list`...?

_arguments -s -S : \
  '(: * -)'{-h+,--help=}'[display help information]::help topic:((
    manpage\:"dump man page"
  ))' \
  '(: * -)'{-V,--version}'[display version information]' \
  '(-q -v --quiet --verbose)'{-q,--quiet}'[reduce output verbosity]' \
  '(-q -v --quiet --verbose)'{-v,--verbose}'[increase output verbosity]' \
  '*'{-a+,--attribute=}'[set/unset specified document attribute]:document attribute' \
  '(-b --backend)'{-b+,--backend=}'[specify backend output format]:backend:(
    docbook docbook45 docbook5 html html5 manpage
  )' \
  '(-B --base-dir)'{-B+,--base-dir=}'[specify document base directory]:base directory:_files -/' \
  '(-d --doctype)'{-d+,--doctype=}'[specify document type]:document type:(
    article book inline manpage
  )' \
  '(-D --destination-dir)'{-D+,--destination-dir=}'[specify destination directory]:destination directory:_files -/' \
  '(-e --eruby)'{-e+,--eruby=}'[specify eRuby implementation]:eRuby implementation:(erb erubis)' \
  '(-E --template-engine)'{-E+,--template-engine=}'[specify template engine]:template engine' \
  '--failure-level=[specify minimum logging level to trigger non-zero exit]:failure logging level [FATAL]:(
    WARNING ERROR FATAL
  )' \
  '*'{-I+,--load-path=}'[add specified directory to load path]:extension directory:_files -/' \
  '(-n --section-numbers)'{-n,--section-numbers}'[auto-number section titles]' \
  '(-o --out-file)'{-o+,--out-file=}'[specify output file]:output file:_files' \
  '(-R --source-directory)'{-R+,--source-dir=}'[specify source directory]:source directory:_files -/' \
  '*'{-r+,--require=}'[require specified library]:Ruby library' \
  '(-s --no-header-footer)'{-s,--no-header-footer}'[suppress document header/footer]' \
  '(-S --safe --safe-mode)'{-S+,--safe-mode=}'[specify safe-mode level]:safe-mode level [unsafe]:(
    unsafe safe server secure
  )' \
  '(-S --safe-mode)--safe[set safe-mode level to safe]' \
  '(-t --timings)'{-t,--timings}'[display timing information]' \
  '*'{-T+,--template-dir=}'[specify template directory]:template directory:_files -/' \
  '--trace[include backtrace information on errors]' \
  '*:source file:_files'
debug log:

solving 3839c7ed3 ...
found 3839c7ed3 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).