summaryrefslogtreecommitdiff
path: root/docs/api/argparse_custom.rst
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-09-01 14:12:06 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-09-01 14:20:26 -0400
commitceacf225e5e267a96bf5db4fc5bb7702fa6f8a72 (patch)
tree904044e79cbb4b6f74db56a89bf704aa8658e97d /docs/api/argparse_custom.rst
parent64fdc44febc5d2551889cd973699d84dbb849f37 (diff)
downloadcmd2-git-ceacf225e5e267a96bf5db4fc5bb7702fa6f8a72.tar.gz
Updating docs
Diffstat (limited to 'docs/api/argparse_custom.rst')
-rw-r--r--docs/api/argparse_custom.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/argparse_custom.rst b/docs/api/argparse_custom.rst
index 1c63181b..49897b05 100644
--- a/docs/api/argparse_custom.rst
+++ b/docs/api/argparse_custom.rst
@@ -25,6 +25,10 @@ Added Accessor Methods
.. autofunction:: _action_set_suppress_tab_hint
+.. autofunction:: _ArgumentParser_get_ap_completer_type
+
+.. autofunction:: _ArgumentParser_set_ap_completer_type
+
Subcommand Removal
------------------