diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-12-09 21:08:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-09 21:08:15 -0500 |
| commit | bc99c90b4b4a8fd667b0ad77c9442d1393611f5f (patch) | |
| tree | 7e612c633b9e54e35220b3690b8a5c2cd69000c3 /docs | |
| parent | 0aac6cee56a92bb6358106329f4f0c20e85bb7bc (diff) | |
| parent | a4427a3a905d9e926e1ab9c57716235229247912 (diff) | |
| download | cmd2-git-0.9.22.tar.gz | |
Merge pull request #831 from python-cmd2/align_text0.9.22
Added text alignment functions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/utility_functions.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/api/utility_functions.rst b/docs/api/utility_functions.rst index 86fb656c..e083cafe 100644 --- a/docs/api/utility_functions.rst +++ b/docs/api/utility_functions.rst @@ -9,7 +9,13 @@ Utility Functions .. autofunction:: cmd2.decorators.categorize -.. autofunction:: cmd2.utils.center_text +.. autofunction:: cmd2.utils.align_text + +.. autofunction:: cmd2.utils.align_left + +.. autofunction:: cmd2.utils.align_center + +.. autofunction:: cmd2.utils.align_right .. autofunction:: cmd2.utils.strip_quotes |
