diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-23 18:01:23 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-23 18:01:23 -0400 |
commit | 502fdff29b755bec83808352db8777e6e1057757 (patch) | |
tree | 33169eca113b07a891ef4fcdb70a4bb409b5b4a4 /docs | |
parent | e21e2ef271bed4681ec09ee2643f4b9a4e54ca8e (diff) | |
download | cmd2-git-502fdff29b755bec83808352db8777e6e1057757.tar.gz |
Completion doc updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/completion.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/features/completion.rst b/docs/features/completion.rst index 51e5d73c..77a51136 100644 --- a/docs/features/completion.rst +++ b/docs/features/completion.rst @@ -135,4 +135,5 @@ See the argparse_completion_ example or the implementation of the built-in For More Information -------------------- -See :mod:`cmd2.argparse_custom` for more details. +See :mod:`cmd2.argparse_custom` for a more detailed discussion of argparse +completion. |