yabridge
yabridge copied to clipboard
Fix not being able to change path
Without this patch I get
thread 'main' panicked at /github/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.3.21/src/parser/matches/arg_matches.rs:181:17:
arg `path_auto`'s `ArgAction` should be one of `SetTrue`, `SetFalse` which should provide a default
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I also get the same issue on the latest release (5.1.0) on Fedora 40.
I also get the same issue on the latest release (5.1.0) on Fedora 40.
I'll add the patch to the yabridge copr. Should be there in a bit.
Thanks for fixing this! I completely missed this PR, sorry for that!