We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6d6d7 commit 45a8114Copy full SHA for 45a8114
contentctl/input/director.py
@@ -131,6 +131,7 @@ class Colors:
131
DOCS = "📚" if sys.platform != "win32" else "?"
132
BULB = "💡" if sys.platform != "win32" else "i"
133
SEARCH = "🔍" if sys.platform != "win32" else "@"
134
+ SPARKLE = "✨" if sys.platform != "win32" else "*"
135
ZAP = "⚡" if sys.platform != "win32" else "!"
136
137
0 commit comments