dotnet stryker since command #2554
Labels
Area: CLI
CLI and options related
🚀 Feature request
New feature or request
good first issue
hacktoberfest
https://hacktoberfest.digitalocean.com
Is your feature request related to a problem? Please describe.
We don't want the
since
andwith-baseline
options to be used simultaneously.Describe the solution you'd like
An explicit since command (and baseline command #1560 ) should ensure they can't be used simultaneously.
Run stryker in since mode:
dotnet stryker since --target "main" --mutation-level "Basic"
The text was updated successfully, but these errors were encountered: