Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/fosslight_scanner/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
-f <formats> [<format> ...]\t FOSSLight Report file format ({', '.join(SUPPORT_FORMAT)})
* Compare mode result file: supports excel, json, yaml, html
* Multiple formats can be specified separated by space.
-e <path>\t\t Path to exclude from analysis (ex, -e [dir] [file])
-e <path>\t\t Path to exclude from analysis (files and directories)
* IMPORTANT: Always wrap patterns in double quotes ("") to avoid shell expansion.
Example) fosslight -e "test/abc.py" "*.jar"
-o <output>\t\t Output directory or file
-c <number>\t\t Number of processes to analyze source
-r\t\t\t Keep raw data
Expand Down