2 references to ProjectOption
dotnet (1)
Commands\New\NewCommandParser.cs (1)
43
var projectPath = parseResult.GetValue(definition.InstantiateOptions.
ProjectOption
);
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\InstantiateOptions.cs (1)
26
yield return
ProjectOption
;