Skip to content

Commit b0c793d

Browse files
committed
chore: update CLI usage with --complexity-threshold option
1 parent dd361cc commit b0c793d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Options:
5656
--implicit-required When true, will make all properties of an object required by default (rather than the current opposite), unless an explicitly `required` array is set
5757
--with-deprecated when true, will keep deprecated endpoints in the api output
5858
--group-strategy groups endpoints by a given strategy, possible values are: 'none' | 'tag' | 'method' | 'tag-file' | 'method-file'
59+
--complexity-threshold schema complexity threshold to determine which one (using less than `<` operator) should be assigned to a variable
5960
-v, --version Display version number
6061
-h, --help Display this message
6162
```

0 commit comments

Comments
 (0)