@@ -136,29 +136,28 @@ 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.
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.
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+ --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 details
152+ kept in memory during a scan. Additional files and
153+ directories scan details above this number are cached
154+ on-disk rather than in memory. Use 0 to use unlimited
155+ memory and disable on-disk caching. Use -1 to use
156+ only on-disk caching. [default: 10000]
157+ --max-depth INTEGER Maximum nesting depth of subdirectories to scan.
158+ Descend at most INTEGER levels of directories below
159+ and including the starting directory. Use 0 for no
160+ scan depth limit.
162161
163162 documentation:
164163 -h, --help Show this message and exit.
0 commit comments