Skip to main content

long_version

Function long_version 

Source
pub fn long_version() -> &'static str
Expand description

Returns the rich, multi-line version string shown by wt --version and wt -V. clap prefixes the first line with the binary name (wt).

The string is built once and cached so it can be handed to clap as a &'static str.