12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
#compdef apng2webp
|
|
|
|
_arguments '-h[short help text]' \
|
|
'--help[short help text]' \
|
|
'--delay[override milliseconds per frame]:milliseconds' \
|
|
'1:input file:_files' \
|
|
'2:output file:_files'
|
|
|
|
# Local Variables:
|
|
# mode: shell-script
|
|
# End:
|