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