7 references to NewOrInstantiateCommand
Microsoft.TemplateEngine.Cli (7)
Commands\create\InstantiateCommand.cs (4)
250
args.
NewOrInstantiateCommand
.Subcommands.Add(templateCommandToRun);
407
args.
NewOrInstantiateCommand
,
435
bool useInstantiateCommand = instantiateArgs.
NewOrInstantiateCommand
is InstantiateCommand;
462
instantiateArgs.
NewOrInstantiateCommand
.Subcommands
Commands\create\InstantiateCommand.Help.cs (2)
24
WriteCustomInstantiateHelp(context, instantiateCommandArgs.
NewOrInstantiateCommand
);
84
ShowUsage(instantiateCommandArgs.
NewOrInstantiateCommand
, templateGroup.ShortNames, context);
Commands\create\InstantiateCommand.TabCompletion.cs (1)
57
args.
NewOrInstantiateCommand
,