$ xcaddy version
v0.4.4 h1:xstmMhsxrDF/1rnncpi+CLbBfxEP0PjjdtXe3YFwnuo=
When I run xcaddy run --config Caddyfile-Test, I get this error:
$ xcaddy run --config Caddyfile-Test
Error: unknown flag: --config
unknown flag: --config
I think this should be working based on the README.md section For plugin development
<args...> are passed through to the caddy command.
For example:
$ xcaddy list-modules
$ xcaddy run
$ xcaddy run --config caddy.json
When I run
xcaddy run --config Caddyfile-Test, I get this error:I think this should be working based on the README.md section For plugin development
<args...>are passed through to thecaddycommand.For example: