You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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