Skip to content

wikiRunner: executeCommand #276

Open
@EduardKrieger

Description

@EduardKrieger

Implement the command executeCommand in the wiki runners.

Parameters:

  1. The command that will be executed on Windows
  2. The command that will be executed on Linux
  3. 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[]}
  4. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions