Skip to content

Commit

Permalink
docs(readme): comment option that generate jsdoc or not
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kimsuon committed Dec 10, 2021
1 parent e25511a commit 9c1cedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c1cedf

Please sign in to comment.