[go: up one dir, main page]

crate_version

Macro crate_version 

Source
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.