verify-coverage-mutants.fsx -> mutannot.fsx
This commit is contained in:
parent
88db0ab12b
commit
8c7e227515
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue