2022-06-15 02:02:12 +02:00
|
|
|
#compdef animoji-command
|
|
|
|
|
|
|
|
_arguments '-h[short help text]' \
|
|
|
|
'--help[short help text]' \
|
|
|
|
'--delay[milliseconds to show each frame]:milliseconds' \
|
|
|
|
'--blend[enable blending (only WebP)]' \
|
2022-10-03 15:30:34 +02:00
|
|
|
'--reverse[append all images again, in reverse]' \
|
2022-06-15 02:02:12 +02:00
|
|
|
'*:input files:_files'
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# mode: shell-script
|
|
|
|
# End:
|