feat: Integrate NO_COLOR support and replace existing color functions

- Offer utility functions for dynamically generating color applying functions, simplifying the codebase and reducing redundancy.
This commit is contained in:
Umpire2018
2023-10-14 15:19:38 +08:00
parent b93bfc2cfa
commit 60e32a2587
19 changed files with 163 additions and 152 deletions

View File

@@ -166,6 +166,8 @@ Erase all development steps previously done and continue working on an existing
python main.py app_id=<ID_OF_THE_APP> skip_until_dev_step=0
```
## `no-color`
Disable color ouput in terminal.
## `delete_unrelated_steps`