dotfiles/.config/zsh/completions/_readwwwlog
2022-04-15 05:13:22 +02:00

8 lines
116 B
Plaintext

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