aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2022-02-26 22:42:25 +0100
committerJoris2022-02-26 22:42:25 +0100
commit68285db2c187b350bb2b1707071382bd9fbaa2a5 (patch)
treebe382be54bbaffd618af639728939cb88ed8e052 /README.md
parentf9f49285c5ecc76d3edfb0a54ffab53c2e296d7f (diff)
downloadcalendar-68285db2c187b350bb2b1707071382bd9fbaa2a5.tar.gz
calendar-68285db2c187b350bb2b1707071382bd9fbaa2a5.tar.bz2
calendar-68285db2c187b350bb2b1707071382bd9fbaa2a5.zip
Give database path from argument
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index ce0c140..15206f0 100644
--- a/README.md
+++ b/README.md
@@ -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