fix: show author and version in help
cargo devel CI / cargo CI (push) Successful in 1m29s Details

This commit is contained in:
Christoph J. Scherr 2024-07-09 20:16:31 +02:00
parent 8092f2c000
commit aa7751fcf3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use std::time::Duration;
/// Make your terminal into a big clock
#[derive(Parser, Debug, Clone, PartialEq, Eq, Hash)]
#[command(help_template = HELP_TEMPLATE)]
#[command(help_template = HELP_TEMPLATE, author, version)]
pub struct Clock {
#[command(flatten)]
pub verbose: VerbosityLevel,