From 9c1cedf1c9df22a2a2fcdce41f4c363b7a42c98b Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Sat, 11 Dec 2021 00:04:47 +0900 Subject: [PATCH] docs(readme): comment option that generate jsdoc or not --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c448606..c3c463c 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ isArrStr(["hello", "world"], "first") // only check first element | -a, --asserts | `false` | generate assert functions or not | | -w, --watch | `false` | watch or not | | --default-array-check-option | `all` | how to check child element type. 'all' or 'first' | +| -c, --comment | `false` | generate JSDoc comments or not | ## Unsupported