rust-secure-code / cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.
Apache License 2.0
313 stars 18 forks source link

bpaf 0.5.0 release #90

Closed pacak closed 1 year ago

pacak commented 1 year ago

This should reduce the executable size a bit and make things to look a bit prettier.

You might want to drop the last two commits - "split the descriptions" one technically changes the help output a bit. Alternatively you can change all the commands have similar changes: previous version had two strings for each command: _short and _long, and short one is shared for help description inside the inner command and for command help one level up. New version reuses descr field from the inner parser so if it matches the short description - you can use the variable only once.

Tests are still passing, also thanks to them found a small bug in the new version :)

Shnatsel commented 1 year ago

Thank you!