summaryrefslogtreecommitdiff
path: root/cmd2/table_creator.py
Commit message (Expand)AuthorAgeFilesLines
* Simplied table divider code for ease of readingKevin Van Brunt2020-06-011-3/+5
* Changed how SimpleTable creates divider when divider_char is wide. It no long...Kevin Van Brunt2020-06-011-29/+43
* Changed SimpleTable.base_width() to a class method and added equivalent metho...Kevin Van Brunt2020-05-281-10/+30
* Updated argparse_completer to use TableCreator for the hint tableKevin Van Brunt2020-05-281-11/+51
* Updating documentation for table creationKevin Van Brunt2020-04-221-3/+5
* Updated docsKevin Van Brunt2020-04-221-3/+5
* Updated docstrings to work with sphinxKevin Van Brunt2020-04-201-10/+12
* Added configurable padding to BorderedTable/AlternatingTableKevin Van Brunt2020-04-191-53/+104
* Initial commit of table creation APIKevin Van Brunt2020-04-091-0/+748