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 1a404ff commit 79da4caCopy full SHA for 79da4ca
cmd2/__init__.py
@@ -58,6 +58,7 @@
58
)
59
from .parsing import Statement
60
from .py_bridge import CommandResult
61
+from .rich_utils import set_default_theme
62
from .utils import (
63
CompletionMode,
64
CustomCompletionSettings,
@@ -102,9 +103,11 @@
102
103
'CompletionError',
104
'PassThroughException',
105
'SkipPostcommandHooks',
- # modules
106
+ # Modules
107
'plugin',
108
'rich_utils',
109
+ # Rich Utils Exports
110
+ 'set_default_theme',
111
# Utilities
112
'categorize',
113
'CompletionMode',
0 commit comments