Report formats support & Misc column used by default
Release breaks backward compatibility by adding mandatory Misc column to the reports. See Changed sections for more details.
Changed
Misccolumn no longer depends on the verbosity level and is always shown. Forstdoutreports (default format) visibility of the
column can be suppresed via customformatter(e.g.%s %s %sto show only first three columns)- Default
--formatteroption spans 4 columns (Dependency,License name,License type,Misc) and equals to%-35s %-55s %-20s %-40s. --totalsformatting assumes that the first two columns delimited with the same separator; the first separator is used (by default a single space)
Added
- Report output format option
--report-formatto supportstdout(default tabular report printed to the standard output),json,json-prettyandcsvformats (#90)