- Notifications
You must be signed in to change notification settings - Fork928
Closed
Labels
Description
Information
coder --version
: Coder v0.5.11-devel+adb7d20c Fri May 20 04:07:23 UTC 2022adb7d20
Steps to Reproduce
- Run
coder hello
- Observe error
- Run
coder templates hello
- Observe no error
Expected
Runningcoder templates hello
should printunknown 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.