dotfiles/.config/zsh/completions/_mxc2http

8 lines
114 B
Plaintext
Raw Normal View History

2022-04-16 06:38:32 +02:00
#compdef mxc2http
2022-04-16 06:31:59 +02:00
_arguments '-h[short help text]' '*:url:_urls'
# Local Variables:
# mode: shell-script
# End: