Skip to content

Commit 05a147a

Browse files
authored
docs: update readme (#43)
1 parent 7d9a5b3 commit 05a147a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Options:
7474
--constructor Enforce that constructors have NatSpec
7575
--struct-params Enforce that structs have `@param` for each member
7676
--enum-params Enforce that enums have `@param` for each variant
77-
-f, --enforce <TYPE> Enforce NatSpec (@dev, @notice) on items even if they don't have params/returns/members (can be used more than once)
77+
-f, --enforce <TYPE> Enforce NatSpec on items even if they don't have params/returns/members (can be used more than once)
78+
[possible values: constructor, enum, error, event, function, modifier, struct, variable]
7879
--json Output diagnostics in JSON format
7980
--compact Compact output
8081
--sort Sort the results by file path

0 commit comments

Comments
 (0)