dotfiles/.config/zsh/completions/_animoji-command
2022-06-15 02:02:12 +02:00

12 lines
303 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)]' \
'*:input files:_files'
# Local Variables:
# mode: shell-script
# End: