summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added ability to colorize all aspects of SimpleTablescolored_simple_tableKevin Van Brunt2021-10-254-64/+266
* Added ability to colorize all aspects of BorderedTables and AlternatingTables.Kevin Van Brunt2021-10-197-147/+239
* Upgrade CI build systems to use Python 3.10 (#1151)Todd Leonhardt2021-10-197-36/+10
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-1829-606/+1373
* Added settings to Column class which prevent a table from overriding existing...Kevin Van Brunt2021-10-133-13/+71
* Fixed AttributeError in rl_get_prompt() when prompt is None.Kevin Van Brunt2021-10-113-26/+22
* Updated thread nameKevin Van Brunt2021-09-241-1/+1
* Updated change log for 2.2.0 release2.2.0Kevin Van Brunt2021-09-141-1/+1
* Updated async_alert() to account for self.prompt not matching Readline's curr...Kevin Van Brunt2021-09-144-51/+87
* Updated change logKevin Van Brunt2021-09-081-1/+2
* Fixed example codeKevin Van Brunt2021-09-071-2/+5
* Argparse tab completer will complete remaining flag names if there are no mor...Kevin Van Brunt2021-09-073-3/+19
* Updating docsKevin Van Brunt2021-09-012-0/+6
* Added cmd2.Cmd method to determine what ArgparseCompleter type to useKevin Van Brunt2021-09-012-21/+22
* Added ap_completer_type arg to Cmd2ArgumentParser.__init__().Kevin Van Brunt2021-09-014-29/+163
* Refactored custom ArgparseCompleter functionality so they will now be set usi...Kevin Van Brunt2021-09-0110-61/+131
* Added self.last_result unit tests for the history command.Kevin Van Brunt2021-08-251-9/+54
* Added self.last_result unit tests for run_script, _relative_run_script, and s...Kevin Van Brunt2021-08-252-1/+34
* Fixed extra space appended to each alias by "alias list" command.Kevin Van Brunt2021-08-254-8/+71
* Updated documentationKevin Van Brunt2021-08-231-1/+1
* All cmd2 built-in commands now populate self.last_resultKevin Van Brunt2021-08-233-8/+68
* Merge pull request #1133 from python-cmd2/topic_widthKevin Van Brunt2021-08-2314-172/+304
|\
| * Merge branch 'master' into topic_widthKevin Van Brunt2021-08-2312-65/+257
| |\ | |/ |/|
* | Removed DEFAULT_ARGUMENT_PARSER and DEFAULT_COMMAND_COMPLETER from __init.py__Kevin Van Brunt2021-08-232-12/+7
* | Updated documentation for setting custom parsersKevin Van Brunt2021-08-233-3/+8
* | Applied black formatEric Lin2021-08-234-8/+14
* | * New function `set_default_command_completer_type()` allows developer to ext...Eric Lin2021-08-2310-43/+230
| * Updated documentationtopic_widthKevin Van Brunt2021-08-191-0/+1
| * Merge branch 'master' into topic_widthKevin Van Brunt2021-08-192-25/+2
| |\ | |/ |/|
* | Deleted set_choices_provider() and set_completer() which were deprecated in 2...Kevin Van Brunt2021-08-192-25/+4
| * set command output now uses SimpleTable.Kevin Van Brunt2021-08-1914-135/+189
| * Updated _print_topics() to use SimpleTableKevin Van Brunt2021-08-112-40/+46
| * Updated print_topics() and columnize() to account for ANSI styles and wide ch...Kevin Van Brunt2021-07-261-1/+75
|/
* Updated files for 2.1.2 release2.1.2Kevin Van Brunt2021-07-053-3/+3
* Added accessor methods for cmd2-specific attributes to the argparse.Action cl...Kevin Van Brunt2021-07-044-60/+319
* Fixed spelling in docstringKevin Van Brunt2021-06-281-1/+1
* Updated docsKevin Van Brunt2021-06-253-3/+4
* Updated CHANGELOG for 2.1.1 release2.1.1Kevin Van Brunt2021-06-171-1/+3
* Trying to isolate betaEric Lin2021-06-171-2/+25
* Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...Kevin Van Brunt2021-06-1715-51/+36
* Fixing tests on Python 3.10Kevin Van Brunt2021-06-178-51/+47
* Setting the version in nox to just '3.10' appears to allow 3.10.0b2 to run fo...Eric Lin2021-06-173-4/+7
* Fixed handling of argparse's default options group name which was changed in ...Kevin Van Brunt2021-06-174-5/+15
* Excluding more temporary directories from the manifest. Added plugins back in...Eric Lin2021-06-172-5/+7
* Add the tests_isolated directory back to the PyPI package for testing the Com...Todd Leonhardt2021-06-161-1/+0
* Add CI testing on Python 3.10 beta2 (#1122)Todd Leonhardt2021-06-142-2/+2
* Updated CHANGELOG for 2.1.0 release2.1.0Kevin Van Brunt2021-06-141-2/+2
* Updated error message when invalid persistent history file is readKevin Van Brunt2021-06-141-1/+4
* Sorted exception listKevin Van Brunt2021-06-141-1/+1
* Fixed spelling in docKevin Van Brunt2021-06-141-1/+1