7 references to WithHelpOption
Microsoft.TemplateEngine.Cli (7)
Commands\BaseCommand.cs (1)
151
Reporter.Output.WriteCommand(Example.For<TNewCommand>(parseResult).
WithHelpOption
().ToString().Yellow());
Commands\create\InstantiateCommand.Help.cs (2)
221
.
WithHelpOption
()
256
.
WithHelpOption
()
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
164
example = example.
WithHelpOption
();
Commands\Example.cs (1)
114
=>
WithHelpOption
();
TemplateInvoker.cs (1)
274
.
WithHelpOption
());
TemplateListCoordinator.cs (1)
177
.
WithHelpOption
());