diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/argparse_completer.rst | 5 | ||||
-rw-r--r-- | docs/api/argparse_custom.rst | 5 | ||||
-rw-r--r-- | docs/api/index.rst | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/api/argparse_completer.rst b/docs/api/argparse_completer.rst new file mode 100644 index 00000000..0e277582 --- /dev/null +++ b/docs/api/argparse_completer.rst @@ -0,0 +1,5 @@ +cmd2.argparse_completer +======================= + +.. automodule:: cmd2.argparse_completer + :members: diff --git a/docs/api/argparse_custom.rst b/docs/api/argparse_custom.rst new file mode 100644 index 00000000..bdb53e1a --- /dev/null +++ b/docs/api/argparse_custom.rst @@ -0,0 +1,5 @@ +cmd2.argparse_custom +==================== + +.. automodule:: cmd2.argparse_custom + :members: diff --git a/docs/api/index.rst b/docs/api/index.rst index 4009cd29..88229bf1 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -8,6 +8,8 @@ API Reference parsing decorators history + argparse_completer + argparse_custom ansi utils plugin |