embassy-rs / chiptool

Apache License 2.0
37 stars 21 forks source link

Allow multiple transforms for generate/extract cli commands #16

Closed korbin closed 7 months ago

korbin commented 7 months ago

This PR enables multiple --transform file.yaml arguments to be passed on the CLI.

This PR assumes Configs are non-commutative monoids and can be merged.