补充runInTerminal

This commit is contained in:
fofolee 2022-05-18 17:00:22 +08:00
parent 14589ff425
commit 0ff673c509

View File

@ -323,6 +323,16 @@ interface quickcommandApi {
*/
runVbs(script: string): Promise<string>;
/**
* Linux
*
* @param command
* ```js
* quickcommand.runInTerminal(`whoami`)
* ```
*/
runInTerminal(command: string);
/**
* utools.onPluginEnter code type payload
*