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