We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10741ad commit 99f18ddCopy full SHA for 99f18dd
documentation/Functions.md
@@ -7,11 +7,12 @@ The following functions are already implemented:
7
8
***
9
10
-### installDevonIde
+### installDevonfwIde
11
#### parameter
12
1. The tools you want to install within the devonfw ide: string array
13
+2. Optional: The version of the ide to install
14
#### example
-installDevonfwIde(["java","mvn"])
15
+installDevonfwIde(["java","mvn"], "2020.08.001")
16
17
18
0 commit comments