summaryrefslogtreecommitdiff
path: root/cmd2/py_bridge.py
Commit message (Collapse)AuthorAgeFilesLines
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-2/+2
| | | | | | | Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes
* Made some optional arguments with defaults keyword-only.Kevin Van Brunt2020-04-111-5/+6
| | | | | Added unit test for echo argument to pyscript app() command. Removed _relative_load from hidden commands since that command was renamed.
* Add py_bridge API documentationkotfu2020-02-221-18/+24
|
* Removed unnecessary inheritance from objectKevin Van Brunt2020-02-041-1/+1
|
* Fixed typo in commentKevin Van Brunt2019-07-201-1/+1
|
* Renamed PyscriptBridge to PyBridgeKevin Van Brunt2019-07-201-0/+109