1
0
Fork 0
dotfiles/.config/zsh/completions/_mxc2http

10 lines
182 B
Plaintext

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