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/argparse_custom.rst | |
parent | f5806d06e0c453c189c99a1dce5ef98208c4d8cf (diff) | |
download | cmd2-git-bd95a11998f338dda53ed79fef46e2801b89f47e.tar.gz |
Add argparse stuff to api
Diffstat (limited to 'docs/api/argparse_custom.rst')
-rw-r--r-- | docs/api/argparse_custom.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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: |