Include version in clap output

This commit is contained in:
Joscha 2022-08-10 00:33:45 +02:00
parent c6f879c2a5
commit 44fce04a87

View file

@ -57,6 +57,7 @@ impl Default for Command {
}
#[derive(Debug, clap::Parser)]
#[clap(version)]
struct Args {
/// Path to a directory for cove to store its data in.
#[clap(long, short)]