File tree Expand file tree Collapse file tree 4 files changed +0
-177
lines changed Expand file tree Collapse file tree 4 files changed +0
-177
lines changed Original file line number Diff line number Diff line change 3434 install_requires = required ,
3535 entry_points = {
3636 "console_scripts" : [
37- "fosslight_convert = fosslight_source.convert_scancode:main" ,
3837 "fosslight_source = fosslight_source.cli:main" ,
39- "convert_scancode = fosslight_source.convert_scancode:main" ,
4038 "run_scancode = fosslight_source.run_scancode:main"
4139 ]
4240 }
Original file line number Diff line number Diff line change 1212 Some files (ex- build script), binary files, directory and files in specific
1313 directories (ex-test) are excluded from the result.
1414
15- FOSSLight Convert Usage: fosslight_convert [option1] <arg1> [option2] <arg2>...
16-
17- FOSSLigtht Converter converts the result of ScanCode in json format into FOSSLight Report format.
18-
1915 Options:
2016 Optional
2117 -p <source_path>\t Path to analyze source (Default: current directory)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,16 +34,13 @@ deps =
3434
3535commands =
3636 fosslight_source -h
37- fosslight_convert -h
3837
3938 fosslight_source -p tests/test_files -o test_scan/scan_result.csv
4039 cat test_scan/scan_result.csv
4140
4241 fosslight_source -p tests/test_files -m -j -o test_scan2/
4342 ls test_scan2/
4443
45- fosslight_convert -p tests/scancode_raw.json -o test_convert -f opossum
46-
4744 python tests/cli_test.py
4845 pytest -v --flake8
4946
You can’t perform that action at this time.
0 commit comments