From 0262e760c948d37af30185f744f9c20debcb1ae3 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 24 Oct 2021 06:00:40 +0100 Subject: [PATCH] update todo --- TODO.todo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.todo b/TODO.todo index c1e8a91..1287bf5 100644 --- a/TODO.todo +++ b/TODO.todo @@ -2,7 +2,7 @@ Functionality: ☐ Handle case where there are no scopes in the config and command is invoked. ☐ Have an `--example` flag to `new` that prints an example given in the `config.yml` ☐ Should be a `tembo new --list` to list all possible names. - ☐ `TEMBO_CONFIG` should follow same pattern as other env vars and be a python string when read in + ✔ `TEMBO_CONFIG` should follow same pattern as other env vars and be a python string when read in @done(21-10-24 05:31) VSCode: ☐ Look at @@ -15,7 +15,8 @@ Logging: Documentation: ☐ Document usage of Panaetius in a module Using the logger, initialising with the config path etc - ☐ Uses Pendulum tokens: https://pendulum.eustace.io/docs/#tokens + ✘ Uses Pendulum tokens: https://pendulum.eustace.io/docs/#tokens @cancelled(21-10-24 05:32) + ☐ Uses `strftime` tokens: ☐ Document latest typing. ☐ Using from `__future__` with `|` ☐ `using Tuple[str, ...]` @@ -28,4 +29,5 @@ Documentation: ☐ ~/tembo needs creating ☐ ~/tembo/.config ☐ ~/tembo/.templates + ☐ ~/tembo/logs ☐ Document how to overwrite these with ENV vars