From 517fe974c6cf4fc903cb3e05c788bdecf0abcae4 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 16 Oct 2021 05:25:00 +0100 Subject: [PATCH] updating todo --- rewrite.todo | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rewrite.todo b/rewrite.todo index cbfd08e..deed8d0 100644 --- a/rewrite.todo +++ b/rewrite.todo @@ -1,2 +1,15 @@ +Coding: + No Config File: + ☐ Handle if a bool is passed in as a default + needs to be lower case in the toml, need a check for this + + Config File: + ☐ Handle if a bool is passed in as a default + needs to be lower case in the toml, need a check for this + + Documentation: ☐ Rewrite documentation using `mkdocs` and using `.md`. @2h + + +Tests: