fix: show author and version in help
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m29s

This commit is contained in:
Christoph J. Scherr 2024-07-09 20:16:31 +02:00
parent 8092f2c000
commit aa7751fcf3

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,