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.
1 parent 089c8ea commit 381b63fCopy full SHA for 381b63f
cmd2/argparse_custom.py
@@ -91,7 +91,7 @@ def my_completer_function(text, line, begidx, endidx):
91
92
Of the 5 tab-completion parameters, choices is the only one where argparse validates user input against items
93
in the choices list. This is because the other 4 parameters are meant to tab complete data sets that are viewed
94
- as dynamic. Therefore it is up to the user to validate if the user has typed an acceptable value for these
+ as dynamic. Therefore it is up to the developer to validate if the user has typed an acceptable value for these
95
arguments.
96
97
CompletionItem Class:
0 commit comments