summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated change log for a release0.9.19Kevin Van Brunt2019-10-141-1/+3
* Merge pull request #787 from python-cmd2/indent_errorTodd Leonhardt2019-10-091-1/+5
|\
| * Improved displaying multiline CompletionErrorsKevin Van Brunt2019-10-091-1/+5
|/
* Merge pull request #786 from python-cmd2/history_errorTodd Leonhardt2019-10-082-2/+7
|\
| * Fixed a commentTodd Leonhardt2019-10-081-1/+1
| * Fixed ValueError exception which can occur when opening an old format persist...Todd Leonhardt2019-10-072-1/+6
|/
* Updated change log for release0.9.18Kevin Van Brunt2019-10-011-1/+1
* Merge pull request #784 from python-cmd2/mutually_exclusive_groupsKevin Van Brunt2019-10-014-96/+170
|\
| * Updated change logKevin Van Brunt2019-09-301-0/+2
| * Added commentKevin Van Brunt2019-09-301-1/+1
| * Wrote unit testsKevin Van Brunt2019-09-301-9/+72
| * Respecting user's allow_ansi value when printing hints and errors in AutoComp...Kevin Van Brunt2019-09-301-8/+6
| * Simplifying tab completion message printingKevin Van Brunt2019-09-302-61/+20
| * Changed some logic and added comment whyKevin Van Brunt2019-09-271-2/+3
| * Allowing flag in mutex group to appear more than onceKevin Van Brunt2019-09-271-1/+8
| * Updated change logKevin Van Brunt2019-09-271-1/+5
| * Remove unneeded variableKevin Van Brunt2019-09-271-2/+1
| * AutoCompleter now handles mutually exclusive groupsKevin Van Brunt2019-09-272-6/+47
| * Initial steps to support mutually exclusive groups in AutoCompleterKevin Van Brunt2019-09-261-22/+22
|/
* Merge pull request #783 from python-cmd2/help_fixKevin Van Brunt2019-09-243-16/+39
|\
| * Added unit testsKevin Van Brunt2019-09-241-0/+25
| * Updated change logKevin Van Brunt2019-09-241-0/+5
| * Fixed bug introduced by get_names() looking at self instead of self.__class__.Kevin Van Brunt2019-09-241-16/+9
|/
* Updated change log for release0.9.17Kevin Van Brunt2019-09-231-1/+1
* Merge pull request #782 from python-cmd2/in_scriptTodd Leonhardt2019-09-233-8/+37
|\
| * Added in_script() and in_pyscript() to cmd2.Cmd classKevin Van Brunt2019-09-233-8/+37
|/
* Merge pull request #781 from python-cmd2/CompletionErrorKevin Van Brunt2019-09-236-35/+126
|\
| * Merge branch 'master' into CompletionErrorKevin Van Brunt2019-09-236-35/+277
| |\ | |/ |/|
* | Merge pull request #780 from python-cmd2/doc_additionsTodd Leonhardt2019-09-216-35/+277
|\ \
| * | Minor spelling and grammar fixesTodd Leonhardt2019-09-212-9/+9
| * | Merge branch 'master' into doc_additionsTodd Leonhardt2019-09-179-248/+314
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into doc_additionskotfu2019-09-074-3/+5
| |\ \
| * | | Document hiding and disabling commandskotfu2019-08-255-52/+116
| * | | Add documentation and example for removing built-in commandskotfu2019-08-235-10/+52
| * | | command documentation for #765kotfu2019-08-231-22/+158
| | | * Updated change logKevin Van Brunt2019-09-231-0/+1
| | | * Added unit tests for CompletionErrorKevin Van Brunt2019-09-232-4/+51
| | | * Finished implementation of CompletionErrorKevin Van Brunt2019-09-231-30/+62
| | | * Gave startup_script a default of '' instead of NoneKevin Van Brunt2019-09-201-2/+2
| | | * Added CompletionError exception classKevin Van Brunt2019-09-202-1/+12
| |_|/ |/| |
* | | Merge pull request #776 from python-cmd2/required_subcmdTodd Leonhardt2019-09-174-28/+24
|\ \ \
| * | | No longer printing all help text for alias and macro when the subcommand is o...Kevin Van Brunt2019-09-174-28/+24
|/ / /
* | | Merge pull request #774 from python-cmd2/completion_stateTodd Leonhardt2019-09-166-224/+258
|\ \ \
| * | | Fixed unit tests on Python versions older than 3.7Kevin Van Brunt2019-09-161-3/+3
| * | | Added unit test to override a parameter in a parent parserKevin Van Brunt2019-09-161-0/+6
| * | | Updated arg_tokens unit testsKevin Van Brunt2019-09-161-50/+15
| * | | Merge branch 'master' into completion_stateKevin Van Brunt2019-09-163-1/+37
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #775 from python-cmd2/dynamic_commands.pyTodd Leonhardt2019-09-163-0/+36
|\ \ \ \ | |_|_|/ |/| | |
| * | | Updated CHANGELOGTodd Leonhardt2019-09-151-0/+1
| * | | Modified get_names() method to allow dynamically adding do_* commands to inst...Todd Leonhardt2019-09-151-0/+4