8 references to WithHelpOption
Microsoft.TemplateEngine.Cli (8)
Commands\BaseCommand.cs (1)
117Reporter.Output.WriteCommand(Example.For<TNew>(parseResult).WithHelpOption().ToString().Yellow());
Commands\create\InstantiateCommand.cs (2)
478example = example.WithHelpOption(); 504example = example.WithHelpOption();
Commands\create\InstantiateCommand.Help.cs (2)
220.WithHelpOption() 255.WithHelpOption()
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
162example.WithHelpOption();
TemplateInvoker.cs (1)
272.WithHelpOption());
TemplateListCoordinator.cs (1)
176.WithHelpOption());