NordSecurity / uniffi-bindgen-cs

C# bindings generator for uniffi-rs
https://github.com/NordSecurity/uniffi-bindgen-cs
Mozilla Public License 2.0
110 stars 21 forks source link

bindgen: Use clap for option dependencies #42

Closed ernestask closed 1 year ago

ernestask commented 1 year ago

Instead of implementing mutually exclusive and required options manually, this commit uses native Clap facilities.

arg0d commented 1 year ago

There might be a mismatch between - and _, i.e. out_dir instead of out-dir.

ernestask commented 1 year ago

Seems that it’s the older version of clap being annoying. This worked fine with 4+.