Skip to content

Commit d38dfb9

Browse files
committed
added executeCommand for wiki Runners
1 parent de592a4 commit d38dfb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runners/wikiConsole/templates/executeCommand.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
=== Execute a command in a command prompt
44
First, you need to open a command prompt in your current Workspace. For Windows, you can use Powershell and on Linux, you can use the Terminal.
5-
<% if(async){ %> We want to start a Server so that you have to open a new command prompt, that will be blocked while the server is running. <% } %>
5+
<% if(async){ %>The command wil start a server so that you have to open a new command prompt, that will be blocked while the server is running. <% } %>
66

77
<% if(dir){ %>
88
The command will be executed in the folder *<%= dir; %>* relative to your current Workspace. If the folders are not present, you maybe missed a wiki chapter and have to create it.

0 commit comments

Comments
 (0)