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