1
0
Fork 0
dotfiles/.config/zsh/completions/_apng2webp

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: