From f530947dedc05725ee131493a1da86c0e5f139a8 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 7 Aug 2022 14:13:50 -0700 Subject: [PATCH] Mention --cargo-arg in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6a791ba5..f15843ba 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ of cargo-mutants.) `--timeout`: Set a fixed timeout for each `cargo test` run, to catch mutations that cause a hang. By default a timeout is automatically determined. +`--cargo-arg`: Passes the option argument to `cargo check`, `build`, and `test`. +For example, `--cargo-arg --release`. + ### Passing arguments to `cargo test` Command-line options following a `--` delimiter are passed through to