dotfiles/.config/zsh/completions/_mxc2http

11 lines
221 B
Plaintext

#compdef mxc2http
_arguments '-h[short help text]' \
'--help[short help text]' \
'--server[server to use as host]:server:' \
'*:url:_urls'
# Local Variables:
# mode: shell-script
# End: