File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11Decorators
22==========
33
4- .. autofunction :: cmd2.cmd2 .with_category
4+ .. autofunction :: cmd2.decorators .with_category
55
6- .. autofunction :: cmd2.cmd2 .with_argument_list
6+ .. autofunction :: cmd2.decorators .with_argument_list
77
8- .. autofunction :: cmd2.cmd2 .with_argparser_and_unknown_args
8+ .. autofunction :: cmd2.decorators .with_argparser_and_unknown_args
99
10- .. autofunction :: cmd2.cmd2 .with_argparser
10+ .. autofunction :: cmd2.decorators .with_argparser
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Utility Functions
77
88.. autofunction :: cmd2.utils.strip_quotes
99
10- .. autofunction :: cmd2.cmd2 .categorize
10+ .. autofunction :: cmd2.decorators .categorize
1111
1212.. autofunction :: cmd2.utils.center_text
1313
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ Decorators provided by cmd2 for argument processing
4040``cmd2 `` provides the following decorators for assisting with parsing arguments
4141passed to commands:
4242
43- .. automethod :: cmd2.cmd2 .with_argument_list
43+ .. automethod :: cmd2.decorators .with_argument_list
4444 :noindex:
45- .. automethod :: cmd2.cmd2 .with_argparser
45+ .. automethod :: cmd2.decorators .with_argparser
4646 :noindex:
47- .. automethod :: cmd2.cmd2 .with_argparser_and_unknown_args
47+ .. automethod :: cmd2.decorators .with_argparser_and_unknown_args
4848 :noindex:
4949
5050All of these decorators accept an optional **preserve_quotes ** argument which
You can’t perform that action at this time.
0 commit comments