mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-25 14:20:53 +01:00
6 lines
309 B
Text
6 lines
309 B
Text
#compdef ppmtopj
|
|
|
|
_arguments '-gamma:gamma value:' '-xpos:x position:' '-rle' '-center' \
|
|
'-ypos:y position:' '-back:background brightness:(dark lite)' \
|
|
'-render:rendering algorithm:(none snap bw dither diffuse monodither monodiffuse clusterdither monoclusterdither)' \
|
|
':file: _pbm_file'
|