dotfiles/.config/zsh/completions/_mxc2http

11 lines
221 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]' \
2022-08-29 18:15:35 +02:00
'--help[short help text]' \
2022-04-16 15:28:13 +02:00
'--server[server to use as host]:server:' \
'*:url:_urls'
2022-04-16 06:31:59 +02:00
# Local Variables:
# mode: shell-script
# End: