diff options
author | kotfu <kotfu@kotfu.net> | 2019-12-05 22:45:05 -0800 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-12-05 22:45:05 -0800 |
commit | 10b844809e3a9500274dc4af4e780708975ba905 (patch) | |
tree | 500638d447a3b2cc51937c80a21aa5c61031897b /cmd2/argparse_custom.py | |
parent | 10da7317721cd091af9e235d33c81b8c6e93e450 (diff) | |
parent | 367f9f156d58f434a57345515306b6d14e9f4e80 (diff) | |
download | cmd2-git-10b844809e3a9500274dc4af4e780708975ba905.tar.gz |
Merge branch 'master' into generating_output_docs
# Conflicts:
# cmd2/ansi.py
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r-- | cmd2/argparse_custom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py index cfe9ea5e..51c3375e 100644 --- a/cmd2/argparse_custom.py +++ b/cmd2/argparse_custom.py @@ -95,7 +95,7 @@ Tab Completion: as dynamic. Therefore it is up to the developer to validate if the user has typed an acceptable value for these arguments. - The following functions exist in cases where you may want to manually a add choice-providing function/method to + The following functions exist in cases where you may want to manually add a choice-providing function/method to an existing argparse action. For instance, in __init__() of a custom action class. set_choices_function(action, func) |