diff options
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 |