2 references to new
Microsoft.TemplateEngine.Cli (2)
Commands\NewCommand.cs (1)
65
protected override NewCommandArgs ParseContext(ParseResult parseResult) =>
new
(this, parseResult);
Commands\NewCommand.Help.cs (1)
19
NewCommandArgs args =
new
(newCommand, context.ParseResult);