This commit is contained in:
Marc Beninca 2024-09-15 23:40:15 +02:00
parent c300ab86d7
commit 26fea93bdb
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -50,3 +50,11 @@ A tiny framework to read, write & execute things.
## When ## When
### Task stack ### Task stack
* character constants for box drawing
* parse pyproject.toml to write commands
* write classes for
* steps bars to log
* system commands to run
* with single call of subprocess.run
* or alternate subprocess method?