Closed helio-frota closed 6 years ago
The option was added to report, save and merge commands.
example using save and merge:
foo.xml
file inside foo
directorybar.xml
file inside bar
directoryMerge product name
:FooBar
and file name foobar.xml
inside the directory foobar
license-reporter save --xml="foo" -o="foo"
license-reporter save --xml="bar" -o="bar"
license-reporter merge --mpn="FooBar" --mlx="./foo/foo.xml,./bar/bar.xml" --mo="foobar.xml" --o="foobar"
Connects to #303