This repository was archived by the owner on Jul 7, 2022. It is now read-only.
This repository was archived by the owner on Jul 7, 2022. It is now read-only.
Refactor CLI #8
Open
Description
Currently, the __main__.py
module is a bit messy. I'd like to create a Formatter for successful and unsuccessful operations.
I am open to using a module for term coloring instead of using the TermColors
enum, however, I'd like to keep the amount of dependencies to a minimal.