Closed
Description
Information
coder --version
: Coder v0.5.11-devel+adb7d20c Fri May 20 04:07:23 UTC 2022 adb7d20
Steps to Reproduce
- Run
coder hello
- Observe error
- Run
coder templates hello
- Observe no error
Expected
Running coder templates hello
should print unknown command "hello" for "coder templates"
.
Actual
No error and --help
is automatically shown.
Screenshot
Notes
I tried quickly looking into this and I can't figure out why it's behaving this way without spending more time on it. It works for the root command and the sub commands are not significantly different.