summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Added a basic example for dynamically adding do_* commands in a loopTodd Leonhardt2019-09-151-0/+31
|/ / /
| * | Changed arg_tokens to a dictionaryKevin Van Brunt2019-09-165-39/+52
| * | Fixed issue where invalid subcommand token was ignored when retrieving help textKevin Van Brunt2019-09-131-3/+4
| * | Fixed issue where invalid subcommand token was ignored when tab completing helpKevin Van Brunt2019-09-132-2/+4
| * | Increased code coverageKevin Van Brunt2019-09-131-1/+2
| * | Updated change logKevin Van Brunt2019-09-131-0/+4
| * | Added unit tests for arg_tokensKevin Van Brunt2019-09-131-0/+57
| * | Updated documentationKevin Van Brunt2019-09-131-0/+14
| * | Merge branch 'completion_state' of github.com:python-cmd2/cmd2 into completio...Kevin Van Brunt2019-09-134-4/+6
| |\ \
| | * \ Merge branch 'master' into completion_stateKevin Van Brunt2019-09-074-4/+6
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #769 from python-cmd2/headless_linuxTodd Leonhardt2019-09-064-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make pyperclip failure error message more specificTodd Leonhardt2019-09-042-2/+2
| * | | Fix what is fundamentally a Pyperclip bug on headless Linux systems without G...Todd Leonhardt2019-09-022-1/+3
|/ / /
| * | Change parsed_args to arg_tokensKevin Van Brunt2019-09-132-20/+21
| |/
| * Updated commentKevin Van Brunt2019-08-271-2/+3
| * AutoCompleter only passes parsed_args to choices/completer functions that hav...Kevin Van Brunt2019-08-276-42/+42
| * AutoCompleter now passes parsed_args to all choices and completer functionsKevin Van Brunt2019-08-226-61/+50
| * Added parser to parsed_args namespaceKevin Van Brunt2019-08-211-0/+1
| * Fixed commentKevin Van Brunt2019-08-191-1/+1
| * Minor grammar improvement in CHANGELOGTodd Leonhardt2019-08-181-1/+1
| * Merge branch 'master' into completion_stateKevin Van Brunt2019-08-172-1/+4
| |\ | |/ |/|
* | Merge pull request #761 from python-cmd2/pyperclip_wslTodd Leonhardt2019-08-132-1/+4
|\ \
| * | Fixed a bug when using WSL when all Windows paths have been removed from $PATHTodd Leonhardt2019-08-122-1/+4
|/ /