1 write to RemainingArguments
ClientSample (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
42
RemainingArguments
= new List<string>();
2 references to RemainingArguments
ClientSample (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
590
command.
RemainingArguments
.Add(args[index]);
596
command.
RemainingArguments
.AddRange(new ArraySegment<string>(args, index, args.Length - index));