| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for 8-bit/256-colors with the cmd2.EightBitFg and ↵ | Kevin Van Brunt | 2021-10-11 | 1 | -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 changes | Todd Leonhardt | 2021-01-31 | 1 | -1/+3 |
| | | |||||
| * | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -21/+21 |
| | | |||||
| * | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -4/+15 |
| | | | | | minor import changes. | ||||
| * | Updated argparse_completer to use TableCreator for the hint table | Kevin Van Brunt | 2020-05-28 | 1 | -1/+1 |
| | | |||||
| * | Added configurable padding to BorderedTable/AlternatingTable | Kevin Van Brunt | 2020-04-19 | 1 | -1/+1 |
| | | | | | Updated comments | ||||
| * | Initial commit of table creation API | Kevin Van Brunt | 2020-04-09 | 1 | -0/+77 |
