Description
Instead of just proving a simple output (Retrieved 10 licenses from 10 packages of type: MIT (10)), optionally allow users to list all licenses in a simple format.
e.g. very_good_cli package check licenses --list
And return something like:
Retrieved 1 licenses from 1 packages of type: MIT (1). (0.4s)
very_good_cli - MIT
Or a CSV-like format:
Retrieved 1 licenses from 1 packages of type: MIT (1). (0.4s)
very_good_cli,MIT
Requirements
Additional Context
No response