Skip to content

Commit

Permalink
[chore] re-add default value for "--start"
Browse files Browse the repository at this point in the history
  • Loading branch information
icepuma committed Nov 30, 2021
1 parent e300968 commit b43992c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ pub struct CreateTimeEntry {
#[clap(
long,
about = "Start ('now', 'today at 6am', '2021-11-30T06:00', '2 hours ago', 'yesterday at 6am')",
default_value = "now",
parse(try_from_str = parse_time)
)]
pub start: DateTime<Local>,
Expand Down

0 comments on commit b43992c

Please sign in to comment.