Crate clap_cargo_extra

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§

impls

Structs§

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

Traits§

ToCmd