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