diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-08-19 16:35:00 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-08-19 16:35:00 -0400 |
commit | 7f07f5ef66a4a3d986d265b8f7fc9d014f6d5541 (patch) | |
tree | 2c0e1620e4b91d6d0c57a21e128842ba280758da /cmd2/argparse_custom.py | |
parent | 5e80dfead1844a09af6fa242c7bdaa99e39ce2d2 (diff) | |
download | cmd2-git-topic_width.tar.gz |
Updated documentationtopic_width
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r-- | cmd2/argparse_custom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py index d6e89989..461b4bba 100644 --- a/cmd2/argparse_custom.py +++ b/cmd2/argparse_custom.py @@ -151,6 +151,7 @@ Since descriptive_header and CompletionItem.description are just strings, you can format them in such a way to have multiple columns:: ITEM_ID Item Name Checked Out Due Date + ========================================================== 1 My item True 02/02/2022 2 Another item False 3 Yet another item False |