summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increased test coverageKevin Van Brunt2018-03-181-2/+11
* Making unit test do the intended testKevin Van Brunt2018-03-181-1/+1
* Fixing more unit testsKevin Van Brunt2018-03-181-7/+4
* ~ only needs to be expanded if search text was enteredKevin Van Brunt2018-03-181-2/+2
* Fixed how we complete ~Kevin Van Brunt2018-03-182-12/+24
* Merge pull request #321 from python-cmd2/unit_testTodd Leonhardt2018-03-181-3/+3
|\
| * Fixed indexes in unit testsKevin Van Brunt2018-03-181-3/+3
|/
* Merge pull request #320 from python-cmd2/startup_scriptTodd Leonhardt2018-03-171-4/+4
|\
| * Merge branch 'master' into startup_scriptTodd Leonhardt2018-03-170-0/+0
| |\ | |/ |/|
* | Merge pull request #319 from python-cmd2/startup_scriptTodd Leonhardt2018-03-177-5/+52
|\ \
| | * Fixed small typos and changed example code class nameMark Lalor2018-03-171-4/+4
| |/
| * Clarify alias and startup script languagekotfu2018-03-171-1/+2
| * Added a tiny bit of documentationTodd Leonhardt2018-03-173-3/+16
| * Merge branch 'master' into startup_scriptTodd Leonhardt2018-03-163-11/+50
| |\ | |/ |/|
* | Merge pull request #318 from python-cmd2/default_on_shell_unit_testsTodd Leonhardt2018-03-163-11/+50
|\ \
| * | Changing how commands are parsed if default_to_shell is TrueKevin Van Brunt2018-03-162-5/+17
| * | Making parseline a bit closer to the orignal cmd versionKevin Van Brunt2018-03-161-5/+0
| * | Skip test_default_to_shell_completion unit test on WindowsTodd Leonhardt2018-03-161-6/+3
| * | Updated one example so it can be used properly with default_to_shellTodd Leonhardt2018-03-161-4/+0
| * | Merge branch 'master' into default_on_shell_unit_testsKevin Van Brunt2018-03-163-12/+122
| |\ \ | |/ / |/| |
| * | Added unit test for completing when default_to_shell is TrueKevin Van Brunt2018-03-161-0/+39
| | * Added ability to specify a startup_script in cmd2.Cmd.__init__()Todd Leonhardt2018-03-164-2/+35
| |/ |/|
* | Merge pull request #316 from python-cmd2/sub_complete_testsTodd Leonhardt2018-03-163-12/+122
|\ \ | |/ |/|
| * Fix unit tests and exampleTodd Leonhardt2018-03-162-6/+16
| * Merge branch 'master' into sub_complete_testsKevin Van Brunt2018-03-161-13/+12
| |\ | |/ |/|
* | Merge pull request #315 from python-cmd2/default_to_shellTodd Leonhardt2018-03-161-13/+12
|\ \
| * | Added tab completion for shell commands when default_to_shell is TrueKevin Van Brunt2018-03-161-13/+12
|/ /
| * Documented cmd_with_subs_completer functionKevin Van Brunt2018-03-161-0/+6
| * Added unit tests and examples for tab completion of subcommandsKevin Van Brunt2018-03-162-12/+106
|/
* Merge pull request #314 from python-cmd2/aliasTodd Leonhardt2018-03-1612-39/+262
|\
| * Merge branch 'master' into aliasKevin Van Brunt2018-03-160-0/+0
| |\ | |/ |/|
* | Update .gitignore to ignore the .pytest_cache directoryTodd Leonhardt2018-03-162-0/+2
| * Removed commaKevin Van Brunt2018-03-161-1/+1
| * Added documentaionKevin Van Brunt2018-03-162-8/+24
| * Added documentationKevin Van Brunt2018-03-162-0/+2
| * Added unit tests for alias, unalias, and basic_completeKevin Van Brunt2018-03-162-2/+80
| * Pushed fix for test_transcriptTodd Leonhardt2018-03-161-2/+2
| * Merge branch 'alias' of github.com:python-cmd2/cmd2 into aliasKevin Van Brunt2018-03-160-0/+0
| |\
| | * Fix for custom_help testTodd Leonhardt2018-03-161-1/+2
| * | Fixed unit testKevin Van Brunt2018-03-161-1/+2
| |/
| * Merge branch 'alias' of github.com:python-cmd2/cmd2 into aliasKevin Van Brunt2018-03-162-2/+1
| |\
| | * Fixed bug where positional argument was given after keyword argumentsTodd Leonhardt2018-03-161-1/+1
| | * Remove file which should never have been comittedTodd Leonhardt2018-03-161-1/+0
| * | More unit test fixesKevin Van Brunt2018-03-162-5/+11
| |/
| * Fixing unit testsKevin Van Brunt2018-03-162-3/+6
| * alias and unalias commands are implementedKevin Van Brunt2018-03-161-10/+93
| * Added .pytest_cache directory to .gitignoreTodd Leonhardt2018-03-162-0/+2
| * OptimizingKevin Van Brunt2018-03-151-13/+3
| * Initial version of aliasesKevin Van Brunt2018-03-151-12/+57
|/
* Merge pull request #312 from python-cmd2/moresubTodd Leonhardt2018-03-154-83/+140
|\