You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
running `dependency-check ./package.json --detective precinct` will `require()` the local `precinct` as the default parser. This can be set per-extension using using `-e`. Defaults to parsing with [`detective`](https://www.npmjs.com/package/detective).
107
103
108
-
### --quiet
104
+
### --verbose
109
105
110
-
Running with `--quiet` will diable the default log message on success, so that dependency-check only logs on failure.
106
+
Running with `--verbose` will enable a log message on success, otherwise dependency-check only logs on failure.
0 commit comments