mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-24 14:01:03 +01:00
10 lines
479 B
Text
10 lines
479 B
Text
#compdef pstopnm
|
|
|
|
_arguments '-forceplain' '-help' '-landscape' '-portrait' '-nocrop' \
|
|
'-pbm' '-pgm' '-ppm' '-verbose' \
|
|
'-llx:loxer left x position:' '-lly:lower left y position:' \
|
|
'-urx:upper right x position:' '-ury:upper right y position:' \
|
|
'-xborder:x border fraction:' '-yborder:y border fraction:' \
|
|
'-xmax:maximum width:' '-ymax:maximum height' \
|
|
'-xsize:width:' '-ysize:height:' \
|
|
':postscript file:_files -g \*.\(\#i\)\(ps\|eps\)'
|