fosslight / fosslight_dependency_scanner

FOSSLight Dependency Scanner
https://fosslight.org
Apache License 2.0
32 stars 20 forks source link

Enable multiple input for -f option #210

Closed JustinWonjaePark closed 3 months ago

JustinWonjaePark commented 3 months ago

Description

Enable multiple input for -f option

Example 1) Command : $fosslight_dependency -o abc/output.xlsx -f csv excel Output

Example 2) Command : $fosslight_dependency -o abc Output

Example 3) Command : $fosslight_dependency -o abc -f csv excel Output

Example 4) Command : $fosslight_dependency -f csv excel Output

Example 5) Command : $fosslight_dependency -o abc/output.json -f csv excel Error : The format of output file(-o:'abc/output.json') should be in the format list(-f:'['csv', 'excel']').

Type of change