From c3029c78d33d2c59932cf6f937c18341bd690898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=84=9D=EC=A7=80=EC=98=81/=EC=B1=85=EC=9E=84=EC=97=B0?= =?UTF-8?q?=EA=B5=AC=EC=9B=90/SW=EA=B3=B5=ED=95=99=28=EC=97=B0=29Open=20So?= =?UTF-8?q?urce=20TP?= Date: Tue, 23 Dec 2025 17:53:20 +0900 Subject: [PATCH] Update supported format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 석지영/책임연구원/SW공학(연)Open Source TP --- src/fosslight_binary/_help.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/fosslight_binary/_help.py b/src/fosslight_binary/_help.py index 118aca2..3b14c8f 100644 --- a/src/fosslight_binary/_help.py +++ b/src/fosslight_binary/_help.py @@ -3,8 +3,9 @@ # Copyright (c) 2020 LG Electronics Inc. # SPDX-License-Identifier: Apache-2.0 from fosslight_util.help import PrintHelpMsg +from fosslight_util.output_format import SUPPORT_FORMAT -_HELP_MESSAGE_BINARY = """ +_HELP_MESSAGE_BINARY = f""" Usage: fosslight_bin [option1] [option2] ... After extracting the binaries, the open source and license information of the saved binaries are retrieved by comparing the similarity @@ -20,7 +21,8 @@ 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) + -f [ ...]\t Output file formats + \t\t\t\t ({', '.join(SUPPORT_FORMAT)}) \t\t\t\t Multiple formats can be specified separated by space. -d \t\t\t DB Connection(format :'postgresql://username:password@host:port/database_name') --notice\t\t\t Print the open source license notice text.