technocreatives / dbc-codegen

Generate Rust structs for messages from a dbc (CAN bus definition) file.
Apache License 2.0
48 stars 27 forks source link

Make dbc-codegen-cli less verbose when the --debug flag is missing #77

Closed hyg-taylor closed 4 months ago

hyg-taylor commented 4 months ago

dbc-codegen-cli seemed to print debugging information always, regardless of the --debug flag. This PR should fix that.