add program description to --help

This commit is contained in:
Ondrej Novak 2026-02-19 21:34:21 +01:00
parent 4a2794c724
commit bac4079c4c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use std::error::Error;
use std::fmt; use std::fmt;
use std::iter; use std::iter;
/// Simple program to show the time in different timezones
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
#[command(version, about, long_about = None)] #[command(version, about, long_about = None)]
pub struct Args { pub struct Args {