Update the todo list
[zfbsd.git] / _portlint
blob4cbeb20c688da15b830f5793f477241075385f49
1 #compdef portlint
3 _arguments -s \
4     '-a[additional check for scripts/* and pkg-*]' \
5     '-A[turn on all additional checks (equivalent to -abcNt)]' \
6     '-b[warn $(VARIABLE)]' \
7     '-c[committer mode]' \
8     '-C[pedantic committer mode (equivalent to -abct)]' \
9     '-g[group errors together to avoid duplication (disabled if -v is specified)]' \
10     '-h[show summary of command line options]' \
11     '-v[verbose mode]' \
12     '-t[nit pick about use of spaces]' \
13     '-N[writing a new port]' \
14     '-V[print the version and exit]' \
15     '-M[set make variables to ENV (ex. PORTSDIR=/usr/ports.work)]: :_guard ".#" "environment vars"' \
16     '-B[allow # contiguous blank lines]: :_guard "[0-9]#" "numeric value"' \
17     ':port directory:_files -/'