Macro clap::crate_description [−][src]
Allows you to pull the description from your Cargo.toml at compile time.
Examples
let m = App::new("app") .about(crate_description!()) .get_matches();
Allows you to pull the description from your Cargo.toml at compile time.
let m = App::new("app") .about(crate_description!()) .get_matches();