summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-19 14:45:28 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-08-19 15:50:24 -0400
commit8ba05ef8bcdd53bdd54999cc9885ab310b766d9c (patch)
tree4a683b34d41710f94e7f259580ceb0ff1f46cc4b /cmd2/argparse_custom.py
parentdf1925db8607b06079ba78d497701ca961b855ab (diff)
downloadcmd2-git-8ba05ef8bcdd53bdd54999cc9885ab310b766d9c.tar.gz
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.
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r--cmd2/argparse_custom.py1
1 files changed, 1 insertions, 0 deletions
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