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