Compare commits
No commits in common. "bac4079c4cd0c832b12b25b4e7b08103ac9e6638" and "9394059d5fc951fcd393bbd88fa8e3fae8e317c3" have entirely different histories.
bac4079c4c
...
9394059d5f
|
|
@ -11,7 +11,6 @@ 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 {
|
||||||
|
|
@ -21,10 +20,6 @@ pub struct Args {
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
pub date: Option<String>,
|
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")]
|
#[arg(short, long, default_value = "Local")]
|
||||||
pub local: String,
|
pub local: String,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue