1 write to Name
Swaggatherer (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
127
var argument = new CommandArgument {
Name
= name, Description = description, MultipleValues = multipleValues };
3 references to Name
Swaggatherer (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
123
lastArg.
Name
);
480
var maxArgLen = arguments.Max(a => a.
Name
.Length);
484
argumentsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, arg.
Name
, arg.Description);