From 7f07f5ef66a4a3d986d265b8f7fc9d014f6d5541 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 19 Aug 2021 16:35:00 -0400 Subject: Updated documentation --- cmd2/argparse_custom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd2') 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 -- cgit v1.2.1