Skip to content

Commit 4fe3c59

Browse files
committed
docs: add _interactive and _subcommand to README table
1 parent 03b5bf7 commit 4fe3c59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ The `--feature_name` and `--target_dir` flags are consumed by markdown-agent for
173173
| `env` | object | Set process environment variables |
174174
| `env` | string[] | Pass as `--env` flags to command |
175175
| `$1`, `$2`... | string | Map positional args to flags (e.g., `$1: prompt`) |
176+
| `_interactive` | boolean | Enable interactive mode (overrides print-mode defaults) |
177+
| `_subcommand` | string/string[] | Prepend subcommand(s) to CLI args |
176178

177179
### All Other Keys → CLI Flags
178180

0 commit comments

Comments
 (0)