Last week I used NUnitLite for the first time and after some searching I found the correct syntax for the --where option. I just saw the commit in nunit/docs#540 , which would have been helpful one week ago ;).
Having entered wrong commandline options for nunitlite a few times, I noticed that the DisplayHelp method shows the option description for the --where clause in /src/NUnitFramework/nunitlite/CommandLineOptions.cs, which points to the notes section in /src/NUnitFramework/nunitlite/TextUI.cs, but the actual description is missing from said notes?
For me it would be OK, if the text pointed you towards docs.nunit.org.
Last week I used NUnitLite for the first time and after some searching I found the correct syntax for the --where option. I just saw the commit in nunit/docs#540 , which would have been helpful one week ago ;).
Having entered wrong commandline options for nunitlite a few times, I noticed that the DisplayHelp method shows the option description for the --where clause in /src/NUnitFramework/nunitlite/CommandLineOptions.cs, which points to the notes section in /src/NUnitFramework/nunitlite/TextUI.cs, but the actual description is missing from said notes?
For me it would be OK, if the text pointed you towards docs.nunit.org.