Commit 465967b
feat: auto-forward single-subcommand groups
When a group has exactly one leaf command, typing the group name
alone executes it directly instead of erroring.
minimax quota → minimax quota show
minimax music → minimax music generate
minimax search → minimax search query
Groups with multiple subcommands (auth, video, text, etc.) are
unaffected and still show the group help.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d42127a commit 465967b
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
| |||
0 commit comments