diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-20 15:03:36 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-20 15:03:36 -0500 |
commit | e23f9f63fee19bd43bf3fde36eb59392451ccad8 (patch) | |
tree | dd1c8ba87c002954d91a1fa8510ac10f5f6e0403 /docs | |
parent | 2c7e9246e2748e9711e4b0e56c022b141f156c82 (diff) | |
download | cmd2-git-e23f9f63fee19bd43bf3fde36eb59392451ccad8.tar.gz |
Updating unit tests and docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/utility_functions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/utility_functions.rst b/docs/api/utility_functions.rst index e083cafe..e2d6f036 100644 --- a/docs/api/utility_functions.rst +++ b/docs/api/utility_functions.rst @@ -17,6 +17,8 @@ Utility Functions .. autofunction:: cmd2.utils.align_right +.. autofunction:: cmd2.utils.truncate_line + .. autofunction:: cmd2.utils.strip_quotes .. autofunction:: cmd2.utils.namedtuple_with_defaults |