We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10a9d04 + 4161efe commit 6fbd9ccCopy full SHA for 6fbd9cc
1 file changed
examples/async_printing.py
@@ -32,7 +32,7 @@ class AlerterApp(cmd2.Cmd):
32
33
def __init__(self) -> None:
34
"""Initializer."""
35
- super().__init__(multiline_commands=["help"])
+ super().__init__()
36
37
self.prompt = "(APR)> "
38
0 commit comments