What would you like to be added:
An CLI option to set PackageSupplier of root entry in the generated SPDX document.
Why is this needed:
We're currently doing it by sed executed after generation and that's not ideal for multiple reasons. Primary problem is that it generates a lot of questions to the configuration reader. Secondary is that it creates non-portable and fragile point of failure.
Additional context:
PackageName and PackageVersion can already be set using --source-name and --source-version. Possibly a --source-supplier option could be created.