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.
2 parents c7feaa6 + 4a17b5b commit 40dc455Copy full SHA for 40dc455
cmd2/cmd2.py
@@ -304,7 +304,6 @@ class Cmd(cmd.Cmd):
304
Line-oriented command interpreters are often useful for test harnesses, internal tools, and rapid prototypes.
305
"""
306
# Attributes used to configure the StatementParser, best not to change these at runtime
307
- blankLinesAllowed = False
308
multiline_commands = []
309
shortcuts = {'?': 'help', '!': 'shell', '@': 'load', '@@': '_relative_load'}
310
aliases = dict()
0 commit comments