From 8ba05ef8bcdd53bdd54999cc9885ab310b766d9c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 19 Aug 2021 14:45:28 -0400 Subject: set command output now uses SimpleTable. Tabled tab completion now includes divider row. Tab completion results for aliases, macros, and Settables wrap long fields. SimpleTable now accepts blank for the divider character. It is identical to passing None. Removed --verbose flag from set command so the descriptions always show. --- cmd2/argparse_custom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd2/argparse_custom.py') diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py index 8d0630fe..faeb0789 100644 --- a/cmd2/argparse_custom.py +++ b/cmd2/argparse_custom.py @@ -130,6 +130,7 @@ tokens with descriptions instead of just a table of tokens:: The user sees this: ITEM_ID Item Name + ============================ 1 My item 2 Another item 3 Yet another item -- cgit v1.2.1