Add typing for Console module#1033
Add typing for Console module#1033chigix wants to merge 2 commits intoModdable-OpenSource:publicfrom
Conversation
725e244 to
dacd5a0
Compare
|
Thanks for the PR. There are a couple of corrections:
Would you be willing to update the PR? If not, we can apply the changes after merging. |
|
@phoddie Thanks for you advice. I pushed new fix on to the Console type definition file. |
|
Additionally, is it possible to request more details in the usage example of Console class? |
|
Thanks for the update. We've merged that. The CLI Class is a way to build commands that are executed from some kind of terminal interface. The CLI is transport independent. The CLI is used in many places:
|
No description provided.