blob: acb08f0d174b3a794c08a31b6f021770cae0b34d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#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\)'
|