diff options
Diffstat (limited to 'docs/api/decorators.rst')
-rw-r--r-- | docs/api/decorators.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/decorators.rst b/docs/api/decorators.rst index a5fc022e..12ab62fa 100644 --- a/docs/api/decorators.rst +++ b/docs/api/decorators.rst @@ -1,10 +1,10 @@ Decorators ========== -.. autofunction:: cmd2.decorators.with_category - -.. autofunction:: cmd2.decorators.with_argument_list +.. autofunction:: cmd2.decorators.with_argparser .. autofunction:: cmd2.decorators.with_argparser_and_unknown_args -.. autofunction:: cmd2.decorators.with_argparser +.. autofunction:: cmd2.decorators.with_argument_list + +.. autofunction:: cmd2.decorators.with_category |