summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added title subcommand groupsKevin Van Brunt2018-10-041-2/+2
|/
* Fixed issue introduced in the recent batch of changes that appended to ↵Kevin Van Brunt2018-10-041-2/+2
| | | | | | history after running a command. This is to avoid out of order history that would result if a command made another call to onecmd().
* Updated docstringKevin Van Brunt2018-10-031-2/+2
|
* Merge pull request #564 from python-cmd2/stdsim_binaryTodd Leonhardt2018-10-032-12/+36
|\ | | | | StdSim improvements for handling binary data
| * Updated docstringKevin Van Brunt2018-10-031-2/+2
| |
| * Added unit tests for new methods of StdSimTodd Leonhardt2018-10-031-0/+10
| |
| * Made encode and error class members of StdSimKevin Van Brunt2018-10-031-20/+20
| |
| * Fixed error where binary data was crashing getvalue. Added accessor methods ↵Kevin Van Brunt2018-10-031-13/+27
|/ | | | for retrieving StdSim contents as bytes.
* Merge pull request #560 from python-cmd2/py_enhancementsTodd Leonhardt2018-10-034-74/+85
|\ | | | | Py enhancements
| * Added unit test for valid case of calling is_valid_command()Todd Leonhardt2018-10-031-6/+12
| |
| * Tweaked some error stringsKevin Van Brunt2018-10-031-2/+2
| |
| * Added unit test for is_valid_commandKevin Van Brunt2018-10-031-0/+26
| |
| * Merge branch 'master' into py_enhancementsTodd Leonhardt2018-10-032-57/+68
| |\ | |/ |/|
* | Merge pull request #563 from python-cmd2/help_summaryTodd Leonhardt2018-10-032-57/+68
|\ \ | | | | | | Fixed argparse help summary when no docstring was provided
| * | Added unit test for categorized command without a docstringKevin Van Brunt2018-10-031-1/+7
| | |
| * | Updated commentKevin Van Brunt2018-10-031-2/+2
| | |
| * | Commands with categories will no longer show in the 'Undocumented commands' ↵Kevin Van Brunt2018-10-031-22/+32
| | | | | | | | | | | | section
| * | Don't recognize help functions for argparse commandsKevin Van Brunt2018-10-031-7/+7
| | |
| * | Fixed argparse help summary when no docstring was providedKevin Van Brunt2018-10-031-33/+28
|/ /
| * Returned cmd_echo default to False except when running a Python command at ↵Kevin Van Brunt2018-10-0220-1/+21
| | | | | | | | the CLI
| * Improved documentationKevin Van Brunt2018-10-021-3/+5
| |
| * Don't worry about unquoting alias and macro names as they shouldn't be ↵Kevin Van Brunt2018-10-022-56/+10
| | | | | | | | entered this way anyway
| * Default cmd_echo to True in PyscriptBridge so things like 'py app.help()' ↵Kevin Van Brunt2018-10-0219-23/+5
| | | | | | | | will show output
| * Changed PyscriptBridge.__getattr__ to raise Attribute error for non-commandsKevin Van Brunt2018-10-021-2/+6
| |
| * Changed default() to print the actual command run for unknown syntax errors.Kevin Van Brunt2018-10-021-12/+6
| | | | | | | | Fixed default() to run the resolved command instead of raw when default_to_shell is True.
| * Added echo parameter for calling commands from PyscriptKevin Van Brunt2018-10-022-8/+31
|/ | | | Documented py command's parsing limitations
* Merge pull request #559 from python-cmd2/selfTodd Leonhardt2018-10-012-1/+20
|\ | | | | Remove self from pystate if locals_in_py is False
| * Remove self from pystate if locals_in_py is FalseKevin Van Brunt2018-10-012-1/+20
|/
* Merge pull request #556 from python-cmd2/preserve_quotesTodd Leonhardt2018-10-012-4/+11
|\ | | | | Preserving quotes for do_py input
| * Preserving quotes for do_py inputKevin Van Brunt2018-10-012-4/+11
|/
* Merge pull request #555 from python-cmd2/transcript_fixesTodd Leonhardt2018-09-306-4/+28
|\ | | | | Transcript fixes
| * Fixed transcript testing bug where last command in transcript has no ↵Todd Leonhardt2018-09-305-2/+14
| | | | | | | | | | | | | | expected output Also: - Added unit test for this specific case
| * Merge branch 'master' into transcript_fixesTodd Leonhardt2018-09-302-11/+6
| |\ | |/ |/|
* | Merge pull request #554 from python-cmd2/cleanupTodd Leonhardt2018-09-302-11/+6
|\ \ | | | | | | Small refactoring
| * | Change TBD release date of 0.9.5 to be in October 2018Todd Leonhardt2018-09-301-1/+1
| | |
| * | Small refactoringKevin Van Brunt2018-09-301-10/+5
|/ /
| * Merged master into transcript_fixes branch and resolved conflictsTodd Leonhardt2018-09-3049-1245/+3244
| |\ | |/ |/|
* | Merge pull request #553 from python-cmd2/argparse_conversionTodd Leonhardt2018-09-288-260/+324
|\ \ | | | | | | Argparse conversion
| * | Added more code coverage with unit testsKevin Van Brunt2018-09-282-0/+21
| | |
| * | Added unit test for onchange_hookKevin Van Brunt2018-09-281-0/+24
| | |
| * | Added more code coverageKevin Van Brunt2018-09-281-0/+9
| | |
| * | Addressing code review commentsKevin Van Brunt2018-09-281-4/+4
| | |
| * | Added that we converted everything to argparseKevin Van Brunt2018-09-281-1/+1
| | |
| * | Merge branch 'master' into argparse_conversionTodd Leonhardt2018-09-280-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #550 from python-cmd2/macroTodd Leonhardt2018-09-2821-321/+1060
|\ \ \ | | | | | | | | Added macros
| * | | Made hooks.py executableTodd Leonhardt2018-09-281-0/+0
| | | |
| * | | Updated abbreviation example to use new cmd2 function to resolve command ↵Kevin Van Brunt2018-09-281-5/+5
| | | | | | | | | | | | | | | | functions
| * | | Refactored functions to use cmd2.cmd_func()Kevin Van Brunt2018-09-281-15/+15
| | | |
| | * | Made hooks.py executableTodd Leonhardt2018-09-281-0/+0
| | | |
| | * | Updated abbreviation example to use new cmd2 function to resolve command ↵Kevin Van Brunt2018-09-281-5/+5
| | | | | | | | | | | | | | | | functions