Include version in clap output
This commit is contained in:
parent
c6f879c2a5
commit
44fce04a87
1 changed files with 1 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue