Bug: --only-licenses isn't working
jochman opened this issue · 1 comments
jochman commented
- I have checked for similar issues in the project's issue tracker.
- I have searched closed issues to see if a similar problem was reported
before.
Description
The new feature --only-licenses
isn't working from pr #71
Expected Behavior
To have this option.
Actual Behavior
licensecheck --only-licenses mit
licensecheck: error: unrecognized arguments: --only-licenses
System Information
Please provide the following additional information about your system or
environment:
- Operating System (OS): MacOS
- OS Version:
- Project Version (if applicable): 2.2024 & master branch (commit 979ded3)
FredHappyface commented
I can confirm this exists on version 2024.2 (https://github.com/FHPythonUtils/LicenseCheck/tree/2024.2), and on the main brainch
Cannot reproduce locally