summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cmd2 now uses pyreadline3 when running any version of Python on WindowsKevin Van Brunt2022-02-179-58/+23
* Improved some readline-related commentsKevin Van Brunt2022-02-172-8/+25
* Deleted cmd2.fg and cmd2.bg which were deprecated in 2.3.0. Use cmd2.Fg and c...Kevin Van Brunt2022-02-174-74/+3
* Fixed issue where tab completion was quoting argparse flags in some cases.Kevin Van Brunt2022-02-163-33/+39
* Update modular_commands.rst (#1199)Varun Mittal2022-02-151-2/+2
* Use latest version of black (#1201)Todd Leonhardt2022-02-151-1/+1
* Added PassThroughException to __init__.py imports. (#1194)Kevin Van Brunt2022-01-262-2/+9
* Updates cmd2 External Test Plugin URL (#1193)Evgeniy Vasilev2022-01-261-1/+1
* Added substantial documentation concerning pyscript (#1187)Jerrad2022-01-261-14/+413
* Fixed issue in ansi.async_alert_str() which would raise IndexError if prompt ...Kevin Van Brunt2022-01-172-1/+3
* Added 'no cover' pragma to importKevin Van Brunt2021-12-151-1/+1
* Simplified importKevin Van Brunt2021-12-151-12/+3
* Added broader exception handling when enabling clipboard functionality via py...Kevin Van Brunt2021-12-153-7/+13
* Updated change log for release2.3.3Kevin Van Brunt2021-11-291-1/+1
* Added clearer exception handling to BorderedTable and SimpleTableKevin Van Brunt2021-11-243-2/+36
* Fixed issue where a ns_provider could be passed None instead of its correct c...2.3.2Kevin Van Brunt2021-11-224-5/+51
* Updated docstring2.3.1Kevin Van Brunt2021-11-181-2/+3
* Added unit tests for right-aligned numbers in completion hint tablesKevin Van Brunt2021-11-182-24/+51
* ArgparseCompleter now sorts CompletionItems created with numerical values as ...Kevin Van Brunt2021-11-186-77/+122
* Added ability to use CompletionItems as argparse choicesKevin Van Brunt2021-11-184-8/+118
* Upgraded change logKevin Van Brunt2021-11-121-0/+4
* Updated change log2.3.0Kevin Van Brunt2021-11-112-2/+2
* Updated unit testsKevin Van Brunt2021-11-111-1/+5
* Updated CommandSet unit testsKevin Van Brunt2021-11-111-48/+66
* Added ability to set border background color on BorderTables and AlternatingT...Kevin Van Brunt2021-11-103-78/+144
* Updated change logKevin Van Brunt2021-11-091-3/+4
* Added type checks to ansi.style()Kevin Van Brunt2021-10-272-1/+17
* Updated table example.Kevin Van Brunt2021-10-263-79/+92
* Added ability to colorize all aspects of SimpleTablesKevin Van Brunt2021-10-254-64/+266
* Added unit test for Cmd.select() return valuesKevin Van Brunt2021-10-252-0/+40
* Fixed regression in Cmd.select converting "Any" type argument to stringBenjamin George Roberts2021-10-251-2/+2
* 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