diff options
author | kotfu <kotfu@kotfu.net> | 2019-11-23 22:54:02 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-11-23 22:54:02 -0700 |
commit | 8b2b537b5f61ee29d1952d86615bfa99704379de (patch) | |
tree | 73e859ec2d4e66500e66741b6450c1bcd3081f43 /docs/api | |
parent | f58772040109e62b64c4781d0e8411fdc2f56ffb (diff) | |
download | cmd2-git-8b2b537b5f61ee29d1952d86615bfa99704379de.tar.gz |
Documentation for colored output #765
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/ansi.rst | 5 | ||||
-rw-r--r-- | docs/api/index.rst | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/ansi.rst b/docs/api/ansi.rst new file mode 100644 index 00000000..e361bd4f --- /dev/null +++ b/docs/api/ansi.rst @@ -0,0 +1,5 @@ +cmd2.ansi +========= + +.. automodule:: cmd2.ansi + :members: diff --git a/docs/api/index.rst b/docs/api/index.rst index 94d0fdd4..f0324eab 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -7,5 +7,6 @@ API Reference cmd decorators exceptions + ansi utility_classes utility_functions |