Skip to content

Commit 04c27b0

Browse files
authored
Merge pull request #167 from fosslight/develop
Use double quotes for -e option
2 parents 2db4742 + 996da86 commit 04c27b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/fosslight_binary/_help.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
-v\t\t\t\t Print FOSSLight Binary Scanner version
1717
-s\t\t\t\t Extract only the binary list in simple mode
1818
-e <path>\t\t\t Path to exclude from analysis (files and directories)
19+
* IMPORTANT: Always wrap patterns in double quotes ("") to avoid shell expansion.
20+
Example) fosslight_bin -e "test/abc.py" "*.jar"
1921
-o <output_path>\t\t Output path
2022
\t\t\t\t (If you want to generate the specific file name, add the output path with file name.)
2123
-f <format> [<format> ...]\t Output file formats (excel, csv, opossum, yaml)

0 commit comments

Comments
 (0)