Skip to content

Commit

Permalink
docs: Add documentation for new 'limitAttributes' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RSeidelsohn committed Feb 3, 2022
1 parent b5bebdc commit 77dac66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ before.
- `--includeLicenses [list]` include only modules which licenses are in the comma-separated list from the output
- `--includePackages [list]` restrict output to the packages (either "package@fullversion" or "package@majorversion" or only "package") in the semicolon-seperated list
- `--json` output in json format.
- `--limitAttributes [list]` limit the attributes to be output.
- `--markdown` output in markdown format.
- `--nopeer` skip peer dependencies in output.
- `--onlyAllow [list]` fail (exit with code 1) on the first occurrence of the licenses not in the semicolon-seperated list
Expand Down
1 change: 1 addition & 0 deletions bin/license-checker-rseidelsohn
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const usageMessage = [
' --includeLicenses [list] include only modules which licenses are in the comma-separated list from the output',
' --includePackages [list] restrict output to the packages (either "package@fullversion" or "package@majorversion" or only "package") in the semicolon-seperated list',
' --json output in json format.',
' --limitAttributes [list] limit the attributes to be output.',
' --markdown output in markdown format.',
' --nopeer skip peer dependencies in output.',
' --onlyAllow [list] fail (exit with code 1) on the first occurrence of the licenses not in the semicolon-seperated list',
Expand Down

0 comments on commit 77dac66

Please sign in to comment.