We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df99fc8 commit 4161efeCopy full SHA for 4161efe
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