verify-coverage-mutants.fsx -> mutannot.fsx

This commit is contained in:
Sven van Heugten 2026-04-27 23:40:47 +02:00
parent 88db0ab12b
commit 8c7e227515
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

@ -80,7 +80,7 @@ let repoRoot =
let parseArgs (args: string list) =
let usage () =
fail "Usage: verify-coverage-mutants.fsx <path/to/project.fsproj> [--configuration Debug|Release] [--build-arg <value> ...] [--no-build] [--list | --show <id> | --run [id...]]"
fail "Usage: mutannot.fsx <path/to/project.fsproj> [--configuration Debug|Release] [--build-arg <value> ...] [--no-build] [--list | --show <id> | --run [id...]]"
let rec loop configuration projectPath buildArgs noBuild remaining =
match remaining with