Skip to content

Commit 426a2d7

Browse files
committed
fix: improve _subcommand docs example
1 parent 4fe3c59 commit 426a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Commands are resolved in priority order:
9595
- `env` (object form): Sets process.env before execution
9696
- `$1`, `$2`, etc.: Map positional args to flags
9797
- `_interactive`: Enable interactive mode (overrides print-mode defaults)
98-
- `_subcommand`: Prepend subcommand(s) to CLI args (string or array)
98+
- `_subcommand`: Prepend subcommand(s) to CLI args (e.g., `_subcommand: exec`)
9999

100100
**All other keys** are passed directly as CLI flags:
101101

0 commit comments

Comments
 (0)