summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
* Added settings to Column class which prevent a table from overriding existing...nested_table_origKevin Van Brunt2021-10-121-9/+33
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-116-233/+1024
* Fixed AttributeError in rl_get_prompt() when prompt is None.Kevin Van Brunt2021-10-112-26/+18
* Updated thread nameKevin Van Brunt2021-09-241-1/+1
* Updated async_alert() to account for self.prompt not matching Readline's curr...Kevin Van Brunt2021-09-142-30/+70
* Argparse tab completer will complete remaining flag names if there are no mor...Kevin Van Brunt2021-09-071-3/+4
* Updating docsKevin Van Brunt2021-09-011-0/+2
* 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-012-1/+12
* Refactored custom ArgparseCompleter functionality so they will now be set usi...Kevin Van Brunt2021-09-016-54/+121
* Added self.last_result unit tests for run_script, _relative_run_script, and s...Kevin Van Brunt2021-08-251-0/+1
* Fixed extra space appended to each alias by "alias list" command.Kevin Van Brunt2021-08-251-6/+8
* All cmd2 built-in commands now populate self.last_resultKevin Van Brunt2021-08-232-8/+67
* Merge branch 'master' into topic_widthKevin Van Brunt2021-08-236-46/+180
|\
| * Removed DEFAULT_ARGUMENT_PARSER and DEFAULT_COMMAND_COMPLETER from __init.py__Kevin Van Brunt2021-08-231-6/+3
| * Updated documentation for setting custom parsersKevin Van Brunt2021-08-231-1/+4
| * Applied black formatEric Lin2021-08-233-7/+12
| * * New function `set_default_command_completer_type()` allows developer to ext...Eric Lin2021-08-236-40/+169
* | Updated documentationtopic_widthKevin Van Brunt2021-08-191-0/+1
* | Merge branch 'master' into topic_widthKevin Van Brunt2021-08-191-25/+0
|\ \ | |/
| * Deleted set_choices_provider() and set_completer() which were deprecated in 2...Kevin Van Brunt2021-08-191-25/+0
* | set command output now uses SimpleTable.Kevin Van Brunt2021-08-194-33/+64
* | 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
|/
* Added accessor methods for cmd2-specific attributes to the argparse.Action cl...Kevin Van Brunt2021-07-042-60/+273
* Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...Kevin Van Brunt2021-06-171-2/+2
* Fixing tests on Python 3.10Kevin Van Brunt2021-06-171-1/+1
* Fixed handling of argparse's default options group name which was changed in ...Kevin Van Brunt2021-06-172-4/+10
* 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
* Compressing JSON history filesKevin Van Brunt2021-06-141-9/+14
* Converted persistent history files from pickle to JSON formatKevin Van Brunt2021-06-143-30/+107
* Updated documentation. Added support for calling cmd2.Cmd.run_editor() with n...Kevin Van Brunt2021-05-251-2/+2
* Merge branch 'master' into make-run_editor-publicTodd Leonhardt2021-05-241-5/+10
|\
| * do_eof() now just calls the quit functionKevin Van Brunt2021-05-171-5/+10
* | Make _run_editor() publicSimon J. Rowe2021-05-141-3/+3
|/
* Removed cmd2.Cmd.quit_on_sigint.Kevin Van Brunt2021-04-301-14/+7
* Stopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...Kevin Van Brunt2021-04-302-15/+52
* Changed default behavior of runcmds_plus_hooks() to not stop when Ctrl-C is p...Kevin Van Brunt2021-04-301-4/+5
* Added handling for OSError caused by trying to load a GNU readline shared lib...Kevin Van Brunt2021-04-281-2/+2
* Renamed silent_startup_script to silence_startup_script for clarityKevin Van Brunt2021-04-281-4/+4
* Made the amount of space between columns in a SimpleTable configurablecolumn_spacingKevin Van Brunt2021-04-211-11/+19
* Fixed typo in docstringKevin Van Brunt2021-04-211-1/+1
* Updated main code to use f-stringsKevin Van Brunt2021-04-138-159/+122
* Add mypy validation actionEric Lin2021-04-062-2/+2
* And that's the last of it. Passes mypy.Eric Lin2021-04-0610-74/+118
* history, py_bridge, transcript now passs mypyEric Lin2021-04-064-37/+48
* Command function formats defined and decorators.py updated with the defined s...Eric Lin2021-04-062-22/+71
* More mypy fixesEric Lin2021-04-065-51/+81
* Replaced some pexcept() calls with perror().Kevin Van Brunt2021-04-022-31/+26