We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature or optimization description
通过调用某个terminal的getOutputsAPI获取所有输出行的数组, 包括通过pushMessage, appendMessage等方式输出到terminal实例中的输出行
getOutputs
Applicable scene
某些使用场景中, 可能需要根据之前的输出结果来判断下次执行命令的行为, 或者让用户将所有输出内容复制到剪贴板中, 因此, 一个这样的API可覆盖以上2种使用场景, 希望作者能考虑一下, 感谢
The text was updated successfully, but these errors were encountered:
好的,下个版本更新时加上读取log的接口
Sorry, something went wrong.
feat 新增getOutputs接口 #135
cce2032
已在 3.4.1 版本添加接口 getOutputs
tzfun
No branches or pull requests
Feature or optimization description
通过调用某个terminal的
getOutputs
API获取所有输出行的数组, 包括通过pushMessage, appendMessage等方式输出到terminal实例中的输出行Applicable scene
某些使用场景中, 可能需要根据之前的输出结果来判断下次执行命令的行为, 或者让用户将所有输出内容复制到剪贴板中, 因此, 一个这样的API可覆盖以上2种使用场景, 希望作者能考虑一下, 感谢
The text was updated successfully, but these errors were encountered: