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