pub fn long_version() -> &'static strExpand 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.