Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove pyscript documentation #644
Comments
|
Given the power of |
|
We have some basic pyscript documentation now. I propose we move this issue out of the 1.0.0 milestone so that we can release. Any objections? |
|
@kotfu Sure moving this issue out of 1.0.0 sounds fine. We really could benefit from some improved pyscript documentation at some point, but it can happen after the 1.0 release. @kmvanbrunt Do you have any pyscript documentation that you have been working on? |
|
It's probably also worth nothing that the external test plugin simply opens up the pyscript as a cmd2 member function to make it easier to unit test cmd2 application commands. |
The section in Sphinx on
pyscriptcommand needs a bit of updating.Topics to cover:
app()CommandResultcmd2._last_resultwhich becomesCommandResult.dataStdSim.pause_storageto avoid duplicating data already stored inCommandResult.dataCommandResultobject returned from app()