2 references to GetCustomUsageParts
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.Help.cs (2)
464
context.Output.WriteLine(Indent + string.Join(" ",
GetCustomUsageParts
(context, command, showSubcommands: false)));
468
context.Output.WriteLine(Indent + string.Join(" ",
GetCustomUsageParts
(context, command, showArguments: false)));