const NO_VERSION_HELP_TEMPLATE: &str = "{about}

USAGE:
    {usage}

{all-args}";
Available on crate feature cli only.
Expand description

A help template for use with clap that does not include the name of the binary or the version in the help output.