summaryrefslogtreecommitdiff
path: root/examples/table_creation.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and ↵Kevin Van Brunt2021-10-111-4/+5
| | | | | | | | | | | | | | cmd2.EightBitBg classes. Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes. Removed dependency on colorama. Deprecated cmd2.fg. Use cmd2.StdFg instead. Deprecated cmd2.bg. Use cmd2.StdBg instead. Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class. Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
|
* Add black for automatic code formatTodd Leonhardt2021-01-311-21/+21
|
* Changed isort to force wrapping of imports to reduce merge conflicts from ↵Eric Lin2021-01-221-4/+15
| | | | minor import changes.
* Updated argparse_completer to use TableCreator for the hint tableKevin Van Brunt2020-05-281-1/+1
|
* Added configurable padding to BorderedTable/AlternatingTableKevin Van Brunt2020-04-191-1/+1
| | | | Updated comments
* Initial commit of table creation APIKevin Van Brunt2020-04-091-0/+77