bmw-software-engineering / lobster

Lightweight Open BMW Software Traceability Evidence Report
GNU Affero General Public License v3.0
17 stars 7 forks source link

Homogenize config file and command line arguments of `lobster-codebeamer` #94

Open phiwuu opened 1 month ago

phiwuu commented 1 month ago

Only "refs" are supported by the configuration file, and as soon as https://github.com/bmw-software-engineering/lobster/pull/70 is merged "token" will be supported, too. All other arguments must be specified through command line arguments and cannot be specified in the configuration file. This is a bit messy and needs to be cleaned up.

In my opinion we should go for solution 1, even if it is a breaking change, for the following reasons: