3 references to ShowUsage
Microsoft.TemplateEngine.Cli (1)
Commands\create\InstantiateCommand.Help.cs (1)
83
ShowUsage
(instantiateCommandArgs.Command, templateGroup.ShortNames, context);
Microsoft.TemplateEngine.Cli.UnitTests (2)
ParserTests\HelpTests.cs (2)
75
InstantiateCommand.
ShowUsage
(myCommand, new[] { "short-name" }, helpContext);
88
InstantiateCommand.
ShowUsage
(myCommand, new[] { "short-name1", "short-name2" }, helpContext);