From 996da860010911db1280b737175390b9a8d1dfac Mon Sep 17 00:00:00 2001 From: Jaekwon Bang Date: Mon, 24 Nov 2025 13:46:41 +0900 Subject: [PATCH] Use double quotes for -e option --- src/fosslight_binary/_help.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fosslight_binary/_help.py b/src/fosslight_binary/_help.py index 0292b27..118aca2 100644 --- a/src/fosslight_binary/_help.py +++ b/src/fosslight_binary/_help.py @@ -16,6 +16,8 @@ -v\t\t\t\t Print FOSSLight Binary Scanner version -s\t\t\t\t Extract only the binary list in simple mode -e \t\t\t Path to exclude from analysis (files and directories) + * IMPORTANT: Always wrap patterns in double quotes ("") to avoid shell expansion. + Example) fosslight_bin -e "test/abc.py" "*.jar" -o \t\t Output path \t\t\t\t (If you want to generate the specific file name, add the output path with file name.) -f [ ...]\t Output file formats (excel, csv, opossum, yaml)