@@ -136,27 +136,29 @@ Options:
136136 which are todo items and needs manual review.
137137
138138 core:
139- --ignore <pattern> Ignore files matching <pattern>.
140- --timeout <seconds> Stop an unfinished file scan after a timeout in
141- seconds. [default: 120 seconds]
142- -n, --processes INT Set the number of parallel processes to use. Disable
143- parallel processing if 0. Also disable threading if
144- -1. [default: (number of CPUs)-1]
145- -q, --quiet Do not print summary or progress.
146- -v, --verbose Print progress as file-by-file path instead of a
147- progress bar. Print verbose scan counters.
148- --from-json Load codebase from one or more <input> JSON scan
149- file(s).
150- --max-in-memory INTEGER Maximum number of files and directories scan details
151- kept in memory during a scan. Additional files and
152- directories scan details above this number are cached
153- on-disk rather than in memory. Use 0 to use unlimited
154- memory and disable on-disk caching. Use -1 to use
155- only on-disk caching. [default: 10000]
156- --max-depth INTEGER Maximum nesting depth of subdirectories to scan.
157- Descend at most INTEGER levels of directories below
158- and including the starting directory. Use 0 for no
159- scan depth limit.
139+ --ignore <pattern> Ignore files matching <pattern>.
140+ --timeout <seconds> Stop an unfinished file scan after a timeout in
141+ seconds. [default: 120 seconds]
142+ -n, --processes INT Set the number of parallel processes to use.
143+ Disable parallel processing if 0. Also disable
144+ threading if -1. [default: (number of CPUs)-1]
145+ -c, --config-file FILENAME Path to the configuration file.
146+ -q, --quiet Do not print summary or progress.
147+ -v, --verbose Print progress as file-by-file path instead of a
148+ progress bar. Print verbose scan counters.
149+ --from-json Load codebase from one or more <input> JSON scan
150+ file(s).
151+ --max-in-memory INTEGER Maximum number of files and directories scan
152+ details kept in memory during a scan. Additional
153+ files and directories scan details above this
154+ number are cached on-disk rather than in memory.
155+ Use 0 to use unlimited memory and disable on-disk
156+ caching. Use -1 to use only on-disk caching.
157+ [default: 10000]
158+ --max-depth INTEGER Maximum nesting depth of subdirectories to scan.
159+ Descend at most INTEGER levels of directories
160+ below and including the starting directory. Use 0
161+ for no scan depth limit.
160162
161163 documentation:
162164 -h, --help Show this message and exit.
0 commit comments