diff options
author | Joris Guyonvarch | 2025-05-02 11:22:40 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2025-05-02 11:22:40 +0200 |
commit | 7e56ec0f49ff30c750f5c44b65fb13442352ca89 (patch) | |
tree | 81c2c03ba4bab9e22210d4fee426f1352a742acb /README.md | |
parent | 99f483927b1b8dd96be5846f338d37a37ab667ec (diff) |
Replace --list-today by --date today
Allow also using:
- --date yesterday
- --date tomorrow
- --date YYYY-MM-DD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,10 +30,10 @@ Run tests with: cargo test ``` -Get today’s events with: +Show options: ```bash -cargo run -- --list-today +cargo run -- --help ``` # TODO |