Increase default --range by one day
This commit is contained in:
parent
972a590ba9
commit
a63529b972
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Changed
|
||||
- Birthdays for current day are now highlighted
|
||||
- Default value for `--range` argument
|
||||
|
||||
### Fixed
|
||||
- `--date` accepting incomplete expressions
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ pub struct Opt {
|
|||
#[structopt(short, long, default_value = "t")]
|
||||
date: String,
|
||||
/// Range of days to focus on
|
||||
#[structopt(short, long, default_value = "t-2d--t+13d")]
|
||||
#[structopt(short, long, default_value = "t-2d--t+2w")]
|
||||
range: String,
|
||||
#[structopt(subcommand)]
|
||||
command: Option<Command>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue