Compare commits

..

No commits in common. "bac4079c4cd0c832b12b25b4e7b08103ac9e6638" and "9394059d5fc951fcd393bbd88fa8e3fae8e317c3" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

@ -11,7 +11,6 @@ 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 {
@ -21,10 +20,6 @@ pub struct Args {
#[arg(short, long)]
pub date: Option<String>,
/// number of preceding and succeeding time records in the timetable
#[arg(short, long, default_value_t = 5)]
pub padding: i8,
#[arg(short, long, default_value = "Local")]
pub local: String,