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