Skip to content

Commit d5c8d2e

Browse files
committed
Make turning on auto_suggest=True explicit in getting_started.py example
This is both to enhance discover ability and in case we set the default to False.
1 parent 2d0f689 commit d5c8d2e

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
@@ -43,6 +43,7 @@ def __init__(self) -> None:
4343
shortcuts = cmd2.DEFAULT_SHORTCUTS
4444
shortcuts.update({'&': 'intro'})
4545
super().__init__(
46+
auto_suggest=True,
4647
bottom_toolbar=True,
4748
include_ipy=True,
4849
multiline_commands=['echo'],

0 commit comments

Comments
 (0)