dotfiles/.config/zsh/completions/_openwwwimg
2022-04-18 06:27:56 +02:00

8 lines
116 B
Plaintext

#compdef openwwwimg
_arguments '-h[short help text]' '*:url:_urls'
# Local Variables:
# mode: shell-script
# End: