Files
tembo/TODO.todo
2021-10-23 01:47:51 +01:00

16 lines
598 B
Plaintext

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.
Logging:
☐ How to raise + debug an exception?
Documentation:
☐ Document usage of Panaetius in a module?
☐ Uses Pendulum tokens: https://pendulum.eustace.io/docs/#tokens
☐ Document latest typing.
☐ Using from `__future__` with `|`
☐ `using Tuple[str, ...]`
☐ `Sequence` vs `Collection`