1 write to ParentCommand
Microsoft.TemplateEngine.Cli (1)
Commands\install\BaseInstallCommand.cs (1)
18
ParentCommand
= parentCommand;
2 references to ParentCommand
Microsoft.TemplateEngine.Cli (2)
Commands\install\LegacyInstallCommand.cs (2)
21
internal override Option<bool> InteractiveOption =>
ParentCommand
.InteractiveOption;
23
internal override Option<string[]> AddSourceOption =>
ParentCommand
.AddSourceOption;