File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -161,4 +161,23 @@ log4j-finder.exe c:\ d:\ e:\ f:\
161161```
162162
163163Files or directories that cannot be accessed (Permission denied errors) are not printed.
164- If you want to see more output, you can give the ` -v ` flag for verbose, or ` -vv ` for debug mode (only recommended for debugging purposes).
164+
165+ Application arguments:
166+ ``` bash
167+ positional arguments:
168+ PATH Directory or file(s) to scan (recursively) (default:
169+ [' /' ])
170+
171+ optional arguments:
172+ -h, --help show this help message and exit
173+ -v, --verbose verbose output (-v is info, -vv is debug) (default: 0)
174+ -n, --no-color disable color output (default: False)
175+ -q, --quiet be more quiet, disables banner and summary (default:
176+ False)
177+ -b, --no-banner disable banner (default: False)
178+ -V, --version show program' s version number and exit
179+ -e PATTERN, --exclude PATTERN
180+ exclude files/directories by pattern (can be used
181+ multiple times) (default: None)
182+ ```
183+ Files are scanned recursively, both on disk and in (nested) Java Archive Files
You can’t perform that action at this time.
0 commit comments