diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-24 17:30:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 17:30:34 -0500 |
commit | d25fd7146131688e934290a3c5bf0407e904dbb2 (patch) | |
tree | 5fd4b905157eafbf3ea0071bfd625763b109ee78 /docs/api/argparse_custom.rst | |
parent | fea1bc15f4a53aa72d16c2985377fe3987b6b348 (diff) | |
parent | 803f71a04d7f7290ca1390a164808679f5943178 (diff) | |
download | cmd2-git-d25fd7146131688e934290a3c5bf0407e904dbb2.tar.gz |
Merge pull request #899 from python-cmd2/api_docs
API documentation
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: |