dotfiles/.config/zsh/completions/_mxc2http

10 lines
182 B
Plaintext
Raw Normal View History

2022-04-16 06:38:32 +02:00
#compdef mxc2http
2022-04-16 06:31:59 +02:00
2022-04-16 15:28:13 +02:00
_arguments '-h[short help text]' \
'--server[server to use as host]:server:' \
'*:url:_urls'
2022-04-16 06:31:59 +02:00
# Local Variables:
# mode: shell-script
# End: