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