Commit d688be0
committed
fix(cli): allow prompts starting with hyphens in exec mode
Fixes bounty issue #1511
Clap treats arguments starting with '-' as flags by default.
Added 'allow_hyphen_values = true' to the prompt argument definition
to allow passing content like YAML frontmatter directly.1 parent 8f839ec commit d688be0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments