summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-11-02 13:39:36 -0400
committerGitHub <noreply@github.com>2019-11-02 13:39:36 -0400
commita18eef6f6aa89280b5f9b92d4e681f22a438ff8b (patch)
tree6edce82378ac1fca1568c19ae4c723bb3ad4dbd4 /docs/features
parent245dc33730d2a27bc9744be7cf36f176f5a0c10a (diff)
parent4ea04bc6e7d64d2e1f84ed2a512917576c715bcd (diff)
downloadcmd2-git-a18eef6f6aa89280b5f9b92d4e681f22a438ff8b.tar.gz
Merge pull request #798 from python-cmd2/refactoring
Refactoring
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/argument_processing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst
index 4d87282c..a3d4a3aa 100644
--- a/docs/features/argument_processing.rst
+++ b/docs/features/argument_processing.rst
@@ -40,11 +40,11 @@ Decorators provided by cmd2 for argument processing
``cmd2`` provides the following decorators for assisting with parsing arguments
passed to commands:
-.. automethod:: cmd2.cmd2.with_argument_list
+.. automethod:: cmd2.decorators.with_argument_list
:noindex:
-.. automethod:: cmd2.cmd2.with_argparser
+.. automethod:: cmd2.decorators.with_argparser
:noindex:
-.. automethod:: cmd2.cmd2.with_argparser_and_unknown_args
+.. automethod:: cmd2.decorators.with_argparser_and_unknown_args
:noindex:
All of these decorators accept an optional **preserve_quotes** argument which