Commit f3cd872
committed
fix(cli): avoid interactive prompt when template specified
✨ Prevent interactive template selection when a template is
explicitly provided via CLI flags to avoid unexpected prompts
during automated or scripted runs
📁 Modified: src/Program.cs, src/solrevdev.seedfolder.csproj
🔧 Added a templateExplicitlySpecified flag and set it when
--template/--type/-t is passed; use it to gate the prompt in
Program.cs
🛠 Updated sample git commit message to "feat: initial commit"
to demonstrate conventional commit prefix
📦 Bumped package version from 1.3.2 to 1.3.3 to publish these fixes1 parent 748d877 commit f3cd872
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
137 | | - | |
138 | | - | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
619 | 622 | | |
620 | 623 | | |
621 | 624 | | |
622 | | - | |
| 625 | + | |
623 | 626 | | |
624 | 627 | | |
625 | 628 | | |
| |||
628 | 631 | | |
629 | 632 | | |
630 | 633 | | |
631 | | - | |
| 634 | + | |
632 | 635 | | |
633 | 636 | | |
634 | 637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments