3 references to CommandLineUtils
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.Help.cs (1)
495
yield return
CommandLineUtils
.FormatArgumentUsage(command.Arguments.ToArray());
Commands\Example.cs (2)
110
return new(currentCommand, commandParts.AddRange(option.Name,
CommandLineUtils
.FormatArgumentUsage(option)));
123
=> new(currentCommand, commandParts.Add(
CommandLineUtils
.FormatArgumentUsage(argumentSelector(currentCommand))));