13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
#compdef animoji-command
|
|
|
|
_arguments '-h[short help text]' \
|
|
'--help[short help text]' \
|
|
'--delay[milliseconds to show each frame]:milliseconds' \
|
|
'--blend[enable blending (only WebP)]' \
|
|
'--reverse[append all images again, in reverse]' \
|
|
'*:input files:_files'
|
|
|
|
# Local Variables:
|
|
# mode: shell-script
|
|
# End:
|