Skip to content
New issue

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

wikiRunner: executeCommand #276

Open
EduardKrieger opened this issue Jun 13, 2021 · 0 comments · May be fixed by #277
Open

wikiRunner: executeCommand #276

EduardKrieger opened this issue Jun 13, 2021 · 0 comments · May be fixed by #277
Assignees
Labels
Campus_21_4_new_learning medium priority non critical issues that that should be fixed wiki runner

Comments

@EduardKrieger
Copy link
Collaborator

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

@EduardKrieger EduardKrieger linked a pull request Jun 14, 2021 that will close this issue
@EduardKrieger EduardKrieger added the medium priority non critical issues that that should be fixed label Jun 18, 2021
@EduardKrieger EduardKrieger self-assigned this Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Campus_21_4_new_learning medium priority non critical issues that that should be fixed wiki runner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants