We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2db4742 + 996da86 commit 04c27b0Copy full SHA for 04c27b0
1 file changed
src/fosslight_binary/_help.py
@@ -16,6 +16,8 @@
16
-v\t\t\t\t Print FOSSLight Binary Scanner version
17
-s\t\t\t\t Extract only the binary list in simple mode
18
-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"
21
-o <output_path>\t\t Output path
22
\t\t\t\t (If you want to generate the specific file name, add the output path with file name.)
23
-f <format> [<format> ...]\t Output file formats (excel, csv, opossum, yaml)
0 commit comments