diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-16 17:30:23 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-16 17:30:23 -0600 |
commit | f3ae3e129c9205229922463fc5ef57cc413c0ab9 (patch) | |
tree | bfe8b7eec20592de74725e5298dec68799f7ebec /cmd2/argparse_custom.py | |
parent | a8c4a65106ad6325adec5e662ee8a5397527dba5 (diff) | |
parent | f77abb09888c6ea3f6d8dadb28de46c36f035459 (diff) | |
download | cmd2-git-f3ae3e129c9205229922463fc5ef57cc413c0ab9.tar.gz |
Merge branch 'master' into integrate_legacy_documentation
# Conflicts:
# docs/features/history.rst
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 1cdb7840..5d8e76ef 100644 --- a/cmd2/argparse_custom.py +++ b/cmd2/argparse_custom.py @@ -74,7 +74,7 @@ Tab Completion: completer_method This is exactly like completer_function, but the function needs to be an instance method of a cmd2-based class. When AutoCompleter calls the method, it will pass the app instance as the self argument. cmd2 provides - a few completer methods for convenience (e.g. path_complete, delimiter_complete) + a few completer methods for convenience (e.g., path_complete, delimiter_complete) Example: This adds file-path completion to an argument |