3 references to CommandLineUtils
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.Help.cs (1)
494
yield return
CommandLineUtils
.FormatArgumentUsage(command.Arguments.ToArray());
Commands\Example.cs (2)
87
_commandParts.Add(
CommandLineUtils
.FormatArgumentUsage(option));
103
_commandParts.Add(
CommandLineUtils
.FormatArgumentUsage(argument));