summaryrefslogtreecommitdiff
path: root/cmd2/pyscript_bridge.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-231-1/+1
* Added yet more type hintingTodd Leonhardt2018-06-101-2/+2
* Working on improving type hintingTodd Leonhardt2018-06-091-2/+3
* Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...Eric Lin2018-05-191-2/+2
* Added type hinting.Eric Lin2018-05-181-10/+9
* Suppresses stdout and stderr output by default when calling an application co...Eric Lin2018-05-171-15/+31
* Some more pyscripting tweaks. Fixed issue with capturing ppaged output. Added...Eric Lin2018-05-041-4/+17
* Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-021-19/+41
* Added CommandResult which returns stdout, stderr, and command dataEric Lin2018-05-011-2/+37
* Added support for different argument modes and tests to validate.Eric Lin2018-05-011-3/+59
* Further customization of argparse applying patch submitted to https://bugs.py...Eric Lin2018-04-301-0/+1
* Added more tests exercising the pyscript bridge.Eric Lin2018-04-301-4/+9
* Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-281-9/+55
* small tweak. saving state.Eric Lin2018-04-271-6/+7
* Initial approach to the pyscript revamp.Eric Lin2018-04-241-0/+107