Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 6, 2022
1 parent f6c1d6b commit 5b8d45b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,17 @@ Options:
--onlyFiles Report only unused files
--onlyExports Report only unused exports
--onlyTypes Report only unused types
--onlyNsMembers Report only unreferenced members of namespace imports
--onlyDuplicates Report only unused duplicate exports
--ignoreNamespaceImports Ignore namespace imports (affects onlyExports and onlyTypes)
--noProgress Don't show dynamic progress updates
--reporter Select reporter: symbols, compact (default: symbols)
--jsdoc Enable JSDoc parsing, with options: public (default: disabled)
Examples:
$ exportman --config ./exportman.json
$ exportman --config ./exportman.json --cwd packages/client --reporter compact --jsdoc public
$ exportman --config ./exportman.js --onlyFiles --onlyDuplicates
$ exportman --config ./exportman.json --cwd packages/client
More info: https://github.com/webpro/exportman
```
Expand Down
6 changes: 3 additions & 3 deletions assets/how-it-works.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b8d45b

Please sign in to comment.