clap/clap_up
Kevin K 7b45695878
breaking(DisableVersionForSubcommands): removed
This commit removes `AppSettings::DisableVersionForSubcommand` as it's
now a moot setting with clap's default functionality of not building a
version flag unless there actually exists version information.

`clap_up` must still be changed to remove this variant instead of the
current configuration to simply rename the variant.
2021-10-09 11:12:50 -04:00
..
src breaking(DisableVersionForSubcommands): removed 2021-10-09 11:12:50 -04:00
Cargo.toml Update badges 2021-05-25 23:19:32 +01:00
LICENSE-APACHE docs: Ensure all crates have license files 2021-10-04 14:45:31 -05:00
LICENSE-MIT docs: Ensure all crates have license files 2021-10-04 14:45:31 -05:00
README.md Updated changelog and more dep upgrade logic 2020-11-13 03:08:09 +01:00

clap_up

Automatic code upgrader for clap (using tool cargo-up)

Usage

cargo install cargo-up --features cli --no-default-features
cargo up dep clap