diff options
Diffstat (limited to 'docs/features')
-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. |