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