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