1 write to RemainingArguments
rzc (1)
CommandLine\CommandLineApplication.cs (1)
36RemainingArguments = new List<string>();
2 references to RemainingArguments
rzc (2)
CommandLine\CommandLineApplication.cs (2)
584command.RemainingArguments.Add(args[index]); 590command.RemainingArguments.AddRange(new ArraySegment<string>(args, index, args.Length - index));