blob: a5fc022e1c28b16b687df22fab1340ca5e93b867 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Decorators
==========
.. autofunction:: cmd2.decorators.with_category
.. autofunction:: cmd2.decorators.with_argument_list
.. autofunction:: cmd2.decorators.with_argparser_and_unknown_args
.. autofunction:: cmd2.decorators.with_argparser
|