macro_rules! crate_version {
() => { ... };
}Expand description
Generate the version string for clap.
The generated string has the format (<project name>) <version>, for
example: “(uutils coreutils) 0.30.0”. clap will then prefix it with the util name.