diff options
author | Joris | 2022-02-26 22:42:25 +0100 |
---|---|---|
committer | Joris | 2022-02-26 22:42:25 +0100 |
commit | 68285db2c187b350bb2b1707071382bd9fbaa2a5 (patch) | |
tree | be382be54bbaffd618af639728939cb88ed8e052 /README.md | |
parent | f9f49285c5ecc76d3edfb0a54ffab53c2e296d7f (diff) |
Give database path from argument
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -18,16 +18,14 @@ cargo test ## V1 -### Repeat events +### API -1. Run `cargo clippy --all-targets -- -D warnings` -2. Update / delete specific repetition occurences. -3. When validating repetition, don’t produce None if there is a validation error. +1. Get list of today’s events. -### API +### Repeat events -1. Give DB path with CLI arg. -2. Get list of today’s events. +1. Update / delete specific repetition occurences. +2. When validating repetition, don’t produce None if there is a validation error. ### Navigate around |