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§
- Cargo
Bin - Cargo
Build - Clap
Cargo - Combination of all three clap cargo’s arg structs and two new ones,
CargoBuildandCargoBin.