We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d5ad7 commit 658342dCopy full SHA for 658342d
examples/read_input.py
@@ -86,7 +86,7 @@ def do_custom_choices_provider(self, _) -> None:
86
87
@cmd2.with_category(EXAMPLE_COMMANDS)
88
def do_custom_completer(self, _) -> None:
89
- """all read_input to use custom history and completer function"""
+ """Call read_input to use custom history and completer function"""
90
self.poutput("Tab completing paths and using custom history")
91
try:
92
input_str = self.read_input(
0 commit comments