diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-22 12:59:01 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-22 12:59:01 -0700 |
commit | bd95a11998f338dda53ed79fef46e2801b89f47e (patch) | |
tree | 07d9e2a1e653bb0124b039718ddd422511a8a458 /docs/api | |
parent | f5806d06e0c453c189c99a1dce5ef98208c4d8cf (diff) | |
download | cmd2-git-bd95a11998f338dda53ed79fef46e2801b89f47e.tar.gz |
Add argparse stuff to api
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 |