clap-cargo icon indicating copy to clipboard operation
clap-cargo copied to clipboard

Re-usable CLI flags for `cargo` plugins

Results 6 clap-cargo issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/crate-ci/clap-cargo). - WARN:...

#59 added support for using the workspace default members when no parameter is specified. However, this only works on Rust 1.71+, so using `clap-cargo` on Rust < 1.71 results in...

cargo allows features to be a comma or space separated string. This crate only allows features to be space separated. (I tried fixing myself, but it's not obvious to me...

bug

See https://github.com/andoriyu/cargo-suity/issues/10

enhancement

See https://github.com/andoriyu/cargo-suity/issues/10

enhancement

This is to match cargo's behavior https://github.com/rust-lang/cargo/pull/7241/files#diff-495d1e5cb2769d1b76ee0efb1f31ca8eR109

bug