From 132a586f36d58ef547f7da03b7102a2c141eb187 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 26 Jun 2024 17:31:22 -0700 Subject: [PATCH] docs(todos): mark task as done --- TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index f9febf7..57c4900 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,7 @@ Features which need to be created before v0.1.0 release. -- Improve graceful error handling when parsing files -- Finalize configuration file scheme -- Implement identifiers +- [ ] Improve graceful error handling when parsing files +- [ ] Finalize configuration file scheme +- [x] Implement identifiers +- [ ] Handle case when files already exist