summaryrefslogtreecommitdiff
path: root/docs/api/argparse_custom.rst
blob: 49897b0553e21ec1e9139036d939b8e7fb2fe639 (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
32
33
34
35
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

.. autofunction:: _ArgumentParser_get_ap_completer_type

.. autofunction:: _ArgumentParser_set_ap_completer_type


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