Commit d0b2de7
committed
Add site name option and update test skip reason
- Introduced `nameFlag` in `Program.cs` to allow specifying a name when creating a new Blazor WASM site.
- Updated the test in `BlakeNewCommandTests.cs` to include a skip reason for the method `BlakeNew_WithNoArguments_ShowsHelp`, highlighting the need for future testing considerations.1 parent 5269c90 commit d0b2de7
File tree
2 files changed
+5
-2
lines changed- src/Blake.CLI
- tests/Blake.IntegrationTests/Commands
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
339 | 342 | | |
340 | 343 | | |
341 | | - | |
| 344 | + | |
342 | 345 | | |
343 | 346 | | |
344 | 347 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments