Open Issues Need Help
View All on GitHubAI Summary: The task is to debug a bug in the `pip-licenses-cli` tool where licenses filtering with partial matching fails when the filter list ends with a semicolon. The issue stems from an empty string being added to the filter set, causing unintended matches. The solution involves modifying the code that parses the filter list to prevent empty strings from being included.
Dump the license list of packages installed with pip.
AI Summary: Update the `USAGE.md` documentation file for the `pip-licenses-cli` project to include details about the `--collect-all-failures` option, which was added in PR #44.
Dump the license list of packages installed with pip.
AI Summary: Correct a minor documentation error in the `pyproject.toml` configuration section example within the `pip-licenses-cli` project's documentation. The current example uses `[tool.pip-licences]` instead of the correct `[tool.pip-licenses-cli]`. The task involves updating the documentation to reflect the correct section name.
Dump the license list of packages installed with pip.