Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit de6809c

Browse files
committed
Added option to readme
1 parent c3676a8 commit de6809c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ You can get a list of all options and arguments by running
9797
$ deprecation-detector check --help
9898
```
9999

100+
The default output might not fit into the cli. If that is the case you can set the output to a list by setting `--output=simple`.
101+
102+
```bash
103+
$ deprecation-detector check src/ vendor/ --output=simple
104+
```
105+
100106
## Excluding deprecated method calls
101107

102108
You can exclude deprecated method calls by using the `filter-methods` option. This option takes a comma separated list of method references to exclude.

0 commit comments

Comments
 (0)