(Nitpick) Double-specification of mcolor::ansiColors::Colors enum class. #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You can change this to just namespace mcolor and have the AnsiColor enumerations. Base enums might benefit from explicit namespacing, but it just makes the object signature unwieldy in this case.
I think this has already been done.