summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* No longer using -1 as an exit codeexit_codeKevin Van Brunt2021-03-231-0/+1
* onecmd_plus_hooks() now sets self.exit_code when a SystemExit handledKevin Van Brunt2021-03-231-0/+3
* Resolves comments from PREric Lin2021-03-181-1/+9
* Corrected help text for alias commandKevin Van Brunt2021-03-181-1/+2
* Updated change logKevin Van Brunt2021-03-021-0/+1
* Merge branch 'master' into formatted_completionsKevin Van Brunt2021-03-021-0/+1
|\
| * Merge branch 'master' into history_fixKevin Van Brunt2021-03-021-0/+1
| |\
| * \ Update CHANGELOG with info on recent bug fix PRTodd Leonhardt2021-03-011-2/+3
| |\ \
| * | | Updated change logKevin Van Brunt2021-03-011-0/+2
* | | | Added support for ANSI styles and newlines in tab completion resultsKevin Van Brunt2021-03-021-0/+3
| |_|/ |/| |
* | | Added cmd2.exceptions.PassThroughExceptionexception_passthroughKevin Van Brunt2021-03-021-0/+1
| |/ |/|
* | Fixed issue where TableCreator was tossing blank last linestable_newlineKevin Van Brunt2021-03-011-1/+3
|/
* Updated README and CHANGELOGTodd Leonhardt2021-02-201-0/+1
* Fixed typo in change logKevin Van Brunt2021-02-011-1/+1
* Merge branch 'master' into 2.0Todd Leonhardt2021-01-311-3/+5
|\
| * Updated CHANGELOG to prepare for next release1.5.0Todd Leonhardt2021-01-311-2/+4
* | Merge branch 'master' into 2.0Kevin Van Brunt2021-01-291-0/+3
|\ \ | |/
| * Updated documentationmiscKevin Van Brunt2021-01-291-0/+1
| * Fixed FileNotFoundError which occurred when running 'history --clear' and no ...header_tabsKevin Van Brunt2021-01-281-0/+1
| * Fixed width calculation when table column headers had tabsKevin Van Brunt2021-01-281-0/+1
* | Merge branch 'master' into 2.0Kevin Van Brunt2021-01-281-0/+3
|\ \ | |/
| * Added option to run startup scripts silentlyKevin Van Brunt2021-01-221-0/+3
* | Removed with_argparser_and_unknown_args since it was deprecated in 1.3.0.Kevin Van Brunt2021-01-221-0/+1
* | Removed --silent flag from alias/macro create since startup scripts can be ru...Kevin Van Brunt2021-01-221-0/+2
* | Merge branch 'master' into 2.0Todd Leonhardt2020-11-211-0/+1
|\ \ | |/
| * Update CHANGELOG with info on recent bug fix PRTodd Leonhardt2020-11-171-0/+1
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-11-121-0/+4
|\ \ | |/
| * Fixed bug where setting always_show_hint=True did not show a hint when comple...settable_hintKevin Van Brunt2020-11-121-0/+4
* | Merge branch 'master' into 2.0Todd Leonhardt2020-11-111-0/+13
|\ \ | |/
| * Update CHANGELOG prior to a release1.4.0Todd Leonhardt2020-11-111-1/+3
| * Fixed tab completion crash on Windowswin_tab_crashKevin Van Brunt2020-11-111-0/+4
| * Updated change log for release1.3.11Kevin Van Brunt2020-10-011-1/+1
| * Fixed issue where instantiating more than one cmd2-based class which uses the...duplicate_subcommandKevin Van Brunt2020-09-301-0/+2
| * Fixed issue where quoted redirectors and terminators in aliases and macros we...Kevin Van Brunt2020-09-301-0/+5
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-171-1/+7
|\ \ | |/
| * Merge branch 'master' into silenceKevin Van Brunt2020-09-171-1/+3
| |\
| | * Changes default category to be heritable by default - meaning that subclasses...Eric Lin2020-09-111-0/+2
| * | Added --silent flag to alias/macro create.Kevin Van Brunt2020-09-101-0/+4
| |/
* | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-091-0/+2
|\ \
| * \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-091-0/+2
| |\ \ | | |/
| | * argparse tab completion now groups flag names which run the same action. Opti...Kevin Van Brunt2020-09-091-0/+2
* | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-051-0/+8
|\ \ \ | |/ /
| * | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-051-0/+8
| |\ \ | | |/
| | * Added always_show_hint settingKevin Van Brunt2020-09-051-0/+8
* | | Merge branch '2.0' into read_inputKevin Van Brunt2020-09-031-0/+10
|\ \ \ | |/ /
| * | Merge branch 'master' into 2.0Kevin Van Brunt2020-09-031-0/+10
| |\ \ | | |/
| | * Added CommandSet.on_unregistered()Kevin Van Brunt2020-09-031-3/+8
| | * Added on_registered() callback to CommandSetKevin Van Brunt2020-09-011-0/+5
* | | Updated change logKevin Van Brunt2020-09-011-0/+4
|/ /
* | Merge branch 'master' into 2.0Kevin Van Brunt2020-08-281-0/+14
|\ \ | |/