add program description to --help
This commit is contained in:
parent
4a2794c724
commit
bac4079c4c
|
|
@ -11,6 +11,7 @@ use std::error::Error;
|
|||
use std::fmt;
|
||||
use std::iter;
|
||||
|
||||
/// Simple program to show the time in different timezones
|
||||
#[derive(Parser, Debug)]
|
||||
#[command(version, about, long_about = None)]
|
||||
pub struct Args {
|
||||
|
|
|
|||
Loading…
Reference in New Issue