Open
Description
Implement the command executeCommand in the wiki runners.
Parameters:
- The command that will be executed on Windows
- The command that will be executed on Linux
- Json-object with optional fields
- (Optional) Directory where the command will be executed, if not in current directory (relative to workspace){"dir": string}
- (Optional) Synchronous or asynchronous process. Use asynchronous when starting a server. Default is synchronous. {"asynchronous": boolean}
- (Optional) Array of arguments {"args": string[]}
- Assert information needed if you start a server to check server availability. Only required when you start a asynchronous server.
Wiki Console
execute the command in a command prompt
Wiki Editor
Nothing to do
Wiki VS Code
Nothing to do
Wiki Eclipse
Nothing to do