We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b5bf7 commit 4fe3c59Copy full SHA for 4fe3c59
README.md
@@ -173,6 +173,8 @@ The `--feature_name` and `--target_dir` flags are consumed by markdown-agent for
173
| `env` | object | Set process environment variables |
174
| `env` | string[] | Pass as `--env` flags to command |
175
| `$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 |
178
179
### All Other Keys → CLI Flags
180
0 commit comments