1 write to Name
rzc (1)
CommandLine\CommandLineApplication.cs (1)
121var argument = new CommandArgument { Name = name, Description = description, MultipleValues = multipleValues };
4 references to Name
rzc (4)
CommandLine\CommandLineApplication.cs (3)
117lastArg.Name); 474var maxArgLen = arguments.Max(a => a.Name.Length); 478argumentsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, arg.Name, arg.Description);
DiscoverCommand.cs (1)
54Error.WriteLine($"{Assemblies.Name} must have at least one value.");