diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-10 16:06:24 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-10 16:06:24 -0700 |
commit | f4c745573e4d777d53e1bcfac743c3b437904034 (patch) | |
tree | a1fbba0641d783a982df5c30a0f6ee8b79138e8d /docs/api/utils.rst | |
parent | 2c4207f4ee12bf22c1ba7d7300554dedf6d53909 (diff) | |
download | cmd2-git-f4c745573e4d777d53e1bcfac743c3b437904034.tar.gz |
Begin process of combining utils api docs into a single document
Diffstat (limited to 'docs/api/utils.rst')
-rw-r--r-- | docs/api/utils.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/utils.rst b/docs/api/utils.rst new file mode 100644 index 00000000..8019b379 --- /dev/null +++ b/docs/api/utils.rst @@ -0,0 +1,5 @@ +cmd2.utils +========== + +.. automodule:: cmd2.utils + :members: |