COVESA / vss-tools

Software for working with VSS (https://github.com/COVESA/vehicle_signal_specification)
Mozilla Public License 2.0
55 stars 55 forks source link

Updating CHANGELOG and minor chnage in UUID handling #406

Closed erikbosch closed 3 weeks ago

erikbosch commented 4 weeks ago

I took a look at the changelog, and this PR contains some changes related to that

sschleemilch commented 4 weeks ago

I think the new CLI framework expects boolean parameters to be a "pair"

That is not required but optional to do it like that: https://click.palletsprojects.com/en/8.1.x/options/#boolean-flags

erikbosch commented 4 weeks ago

I think the new CLI framework expects boolean parameters to be a "pair"

That is not required but optional to do it like that: https://click.palletsprojects.com/en/8.1.x/options/#boolean-flags

As they recommend having both I have no problems with it.

erikbosch commented 4 weeks ago

MoM: Ok to merge as part of release prep as trivial