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
Do not accept 0 positional arguments for parse command as it can lead misleading behavior as it will not find reports as either CodeChecker analyze or CodeChekcer check has default output report directory.
So at least 1 positional arguments must be mandatory.
usage: CodeChecker parse [-h] [-t {plist}] [-e {html}] [-o OUTPUT_PATH] [-c]
[--suppress SUPPRESS] [--export-source-suppress]
[--print-steps]
[--verbose {info,debug,debug_analyzer}]
[file/folder [file/folder ...]]
Parse and pretty-print the summary and results from one or more 'codechecker-
analyze' result files.
positional arguments:
file/folder The analysis result files and/or folders containing
analysis results which should be parsed and printed.
(default: /home/ednikru/.codechecker/reports)
The text was updated successfully, but these errors were encountered:
Do not accept 0 positional arguments for parse command as it can lead misleading behavior as it will not find reports as either
CodeChecker analyze
orCodeChekcer check
has default output report directory.So at least 1 positional arguments must be mandatory.
The text was updated successfully, but these errors were encountered: