We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04de43d commit 3833025Copy full SHA for 3833025
examples/getting_started.py
@@ -40,6 +40,7 @@ def __init__(self) -> None:
40
shortcuts = cmd2.DEFAULT_SHORTCUTS
41
shortcuts.update({'&': 'intro'})
42
super().__init__(
43
+ include_bottom_toolbar=True,
44
include_ipy=True,
45
multiline_commands=['echo'],
46
persistent_history_file='cmd2_history.dat',
0 commit comments