1 write to Command
Microsoft.TemplateEngine.Cli (1)
Commands\GlobalArgs.cs (1)
21Command = command;
9 references to Command
Microsoft.TemplateEngine.Cli (9)
Commands\create\InstantiateCommand.cs (4)
279args.Command.Subcommands.Add(templateCommandToRun); 436args.Command, 464bool useInstantiateCommand = instantiateArgs.Command is InstantiateCommand; 491instantiateArgs.Command.Subcommands
Commands\create\InstantiateCommand.Help.cs (2)
23WriteCustomInstantiateHelp(context, instantiateCommandArgs.Command); 83ShowUsage(instantiateCommandArgs.Command, templateGroup.ShortNames, context);
Commands\create\InstantiateCommand.TabCompletion.cs (1)
57args.Command,
Commands\GlobalArgs.cs (2)
26protected GlobalArgs(GlobalArgs args) : this(args.Command, args.ParseResult) { } 34Command ICommandArgs.Command => Command;