Skip to content

Commit 3833025

Browse files
committed
Modified examples/getting_started.py to include a bottom toolbar
1 parent 04de43d commit 3833025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/getting_started.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def __init__(self) -> None:
4040
shortcuts = cmd2.DEFAULT_SHORTCUTS
4141
shortcuts.update({'&': 'intro'})
4242
super().__init__(
43+
include_bottom_toolbar=True,
4344
include_ipy=True,
4445
multiline_commands=['echo'],
4546
persistent_history_file='cmd2_history.dat',

0 commit comments

Comments
 (0)