We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79044ee commit 715af60Copy full SHA for 715af60
cmd2/ansi.py
@@ -30,7 +30,8 @@
30
class ColorBase(Enum):
31
"""
32
Base class used for defining color enums. See fg and bg classes for examples.
33
- This expects the child classes to define enums of the follow structure
+
34
+ Child classes should define enums in the follow structure:
35
key: color name (e.g. black)
36
value: anything that when cast to a string returns an ANSI sequence
37
0 commit comments