Skip to content

Commit

Permalink
docs: update docs to add ability to specify negative relative date in…
Browse files Browse the repository at this point in the history
… check cmd
  • Loading branch information
sumanchapai committed Mar 21, 2024
1 parent 166e0b4 commit b1a771b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ To delete an event by given id, run\
To view today's events, run\
`ere check`

To view yesterday's events, (note the extra -- because a - alone means flag is
specified) run\
`ere check -- -1`

To view day after tomorrow's events, run\
`ere check 2`

Expand Down

0 comments on commit b1a771b

Please sign in to comment.