From 4ea04bc6e7d64d2e1f84ed2a512917576c715bcd Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 31 Oct 2019 14:54:36 -0400 Subject: Fixed building of docs --- docs/features/argument_processing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/features') 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 -- cgit v1.2.1