dotfiles/.config/zsh/completions/_urlhandler
2022-04-15 05:14:41 +02:00

8 lines
116 B
Plaintext

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