Skip to content

Commit 893f190

Browse files
committed
Fix
1 parent 18217d5 commit 893f190

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DotNetProjectStarter/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System.CommandLine;
22

3-
args = ["--name"];
4-
53
var nameOption = new Option<string>("--name")
64
{
75
Description = "The name of the project to create",

0 commit comments

Comments
 (0)