volks73 / cargo-wix

A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
https://volks73.github.io/cargo-wix
Apache License 2.0
306 stars 25 forks source link

fix: fix broken parsing in 'print' command #211

Closed Gankra closed 1 year ago

Gankra commented 1 year ago

I'm not sure how the old code was supposed to work but it would just crash trying to upcast something to Any inside clap. This approach still gets the expected validation but doesn't crash.