1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-24 14:01:03 +01:00
zsh/Completion/Pbmplus/_pstopnm
1999-08-27 13:43:43 +00:00

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\)'