File: _yodl

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 (14 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#compdef -P yodl(|2*)

_arguments -s \
  '-D-[define symbol]:define symbol:' \
  '-I-[set include directory]:include directory:_files -/' \
  '-l-[set live data policy]:live data policy:((0\:suppress\ SYSTEM\ and\ PIPETHROUGH 1\:require\ user\ confirmation 2\:display\ macros 3\:no\ confirmation,\ no\ display))' \
  '-o-[specify output file]:output file:_files' \
  '-P-[specify preload command]:preload command:' \
  '-p-[specify maximum number of passes]:maximum number of passes:' \
  '-t[enable tracing mode]' \
  '-v[enable verbose mode]' \
  '-w[enable warnings]' \
  '-h[show usage information]' \
  '*:YODL input file:_files -g "*.(#i)yo(|dl)(-.)"'