1 write to _treatUnmatchedOptionsAsArguments
rzc (1)
CommandLine\CommandLineApplication.cs (1)
32_treatUnmatchedOptionsAsArguments = treatUnmatchedOptionsAsArguments;
2 references to _treatUnmatchedOptionsAsArguments
rzc (2)
CommandLine\CommandLineApplication.cs (2)
167if (option == null && _treatUnmatchedOptionsAsArguments) 246if (option == null && _treatUnmatchedOptionsAsArguments)