2 instantiations of NewCommandArgs
Microsoft.TemplateEngine.Cli (2)
Commands\NewCommand.cs (1)
65protected override NewCommandArgs ParseContext(ParseResult parseResult) => new(this, parseResult);
Commands\NewCommand.Help.cs (1)
19NewCommandArgs args = new(newCommand, context.ParseResult);
6 references to NewCommandArgs
Microsoft.TemplateEngine.Cli (6)
Commands\create\InstantiateCommand.cs (1)
34NewCommandArgs newCommandArgs,
Commands\create\InstantiateCommandArgs.cs (1)
73internal static InstantiateCommandArgs FromNewCommandArgs(NewCommandArgs newCommandArgs)
Commands\NewCommand.cs (3)
14: BaseCommand<NewCommandArgs, NewCommandDefinition>(hostBuilder, definition), ICustomHelp 56NewCommandArgs args, 65protected override NewCommandArgs ParseContext(ParseResult parseResult) => new(this, parseResult);
Commands\NewCommand.Help.cs (1)
19NewCommandArgs args = new(newCommand, context.ParseResult);