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 87d4336 commit bf7152bCopy full SHA for bf7152b
cmd2/rich_utils.py
@@ -133,6 +133,7 @@ def __init__(
133
:param file: optional file object where the console should write to.
134
Defaults to sys.stdout.
135
:param kwargs: keyword arguments passed to the parent Console class.
136
+ :raises TypeError: if disallowed keyword argument is passed in.
137
"""
138
# Don't allow force_terminal or force_interactive to be passed in, as their
139
# behavior is controlled by the ALLOW_STYLE setting.
0 commit comments