From d4e9055db4a3302db99f63dc64272370bc6367e2 Mon Sep 17 00:00:00 2001 From: shota-tech Date: Tue, 12 Sep 2023 08:57:55 +0900 Subject: [PATCH] Update README to add description of named option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aeea963f..2b1bb188 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Available options: -i print test inputs in error messages + -named switch table tests from using slice to map (with test name for the key) + -only regexp. generate tests for functions and methods that match only. Takes precedence over -all