summaryrefslogtreecommitdiff
path: root/docs/api/argparse_custom.rst
blob: 1c63181bbf924c091eb42b652842a701cd36103e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cmd2.argparse_custom
====================

.. automodule:: cmd2.argparse_custom
    :members:


Added Accessor Methods
----------------------
.. autofunction:: _action_get_choices_callable

.. autofunction:: _action_set_choices_provider

.. autofunction:: _action_set_completer

.. autofunction:: _action_get_descriptive_header

.. autofunction:: _action_set_descriptive_header

.. autofunction:: _action_get_nargs_range

.. autofunction:: _action_set_nargs_range

.. autofunction:: _action_get_suppress_tab_hint

.. autofunction:: _action_set_suppress_tab_hint


Subcommand Removal
------------------
.. autofunction:: _SubParsersAction_remove_parser