2 references to FormatArgumentUsage
Microsoft.TemplateEngine.Cli (2)
Commands\CommandLineUtils.cs (1)
67
internal static string FormatArgumentUsage(Argument argument) =>
FormatArgumentUsage
(new[] { argument });
Commands\create\InstantiateCommand.Help.cs (1)
494
yield return CommandLineUtils.
FormatArgumentUsage
(command.Arguments.ToArray());