Skip to content

Commit 40c8d07

Browse files
authored
Merge pull request #1 from erottier/erottier-patch-1
Add application parameters to readme.md
2 parents 9c34082 + 91c13fe commit 40c8d07

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,23 @@ log4j-finder.exe c:\ d:\ e:\ f:\
161161
```
162162

163163
Files 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

0 commit comments

Comments
 (0)