1 write to MultipleValues
rzc (1)
CommandLine\CommandLineApplication.cs (1)
121var argument = new CommandArgument { Name = name, Description = description, MultipleValues = multipleValues };
2 references to MultipleValues
rzc (2)
CommandLine\CommandLineApplication.cs (2)
112if (lastArg != null && lastArg.MultipleValues) 627if (Current == null || !Current.MultipleValues)