mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
#compdef sldtoppm
|
|
|
|
_arguments '-adjust' '-dir' '-info' '-verbose' \
|
|
'-width:width:' '-xsize:width:' \
|
|
'-height:height:' '-ysize:height:' \
|
|
'-scale:scale factor:' \
|
|
'-lib:slide name:' '-Lib:slide name:' ':file: _pbm_file'
|