Crate clap_cargo_extra

source ·
Expand description

Simple Wrapper around clap cargo that adds some utilities to access the metadata


pub struct ArgStruct {
  #[clap(flatten)]
  pub cargo: ClapCargo,
}

Re-exports

pub use impls::*;

Modules

Structs

Combination of all three clap cargo’s arg structs and two new ones, CargoBuild and CargoBin.

Traits