We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18217d5 commit 893f190Copy full SHA for 893f190
src/DotNetProjectStarter/Program.cs
@@ -1,7 +1,5 @@
1
using System.CommandLine;
2
3
-args = ["--name"];
4
-
5
var nameOption = new Option<string>("--name")
6
{
7
Description = "The name of the project to create",
0 commit comments