Skip to content

Commit 6d6acb8

Browse files
Merge pull request #302 from dixyushi/update-doc-installCobiGen
Update function installCobiGen
2 parents 0cf117c + 20451f7 commit 6d6acb8

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

documentation/Functions.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -215,20 +215,19 @@ Starting a server in a new terminal. You have to specify the port for testing, t
215215

216216
***
217217

218-
Note:
219-
220-
1. The command for execution will be generated by Katacoda runner, so user will have to execute this command manually.
221-
222-
2. This command uses '/bin/sh' on Unix and the shell specified in %COMSPEC% on Windows.(Mostly cmd.exe, if you want to execute it on powershell add powershell.exe at the start of the command)
218+
### installCobiGen <a name="installCobiGen"></a>
219+
This function is used to install the CobiGen CLI inside devonfw-ide.
223220

224-
***
225-
226-
### installCobiGen <a name="installGobiGen"></a>
227221
#### parameter
228-
* No parameters
222+
* No parameters required
229223
#### example
230224
installCobiGen()
231225

226+
Note:
227+
1. The command for execution will be generated by Katacoda runner, so user will have to execute this command manually.
228+
229+
2. To execute this function, devonfw-ide must be installed.
230+
232231
***
233232

234233
### cobiGenJava <a name="cobiGenJava"></a>
@@ -740,6 +739,6 @@ Note:
740739
### openFile <a name="openFile"></a>
741740
#### parameter
742741
1. Path of the file to be opened (relative path to the workspace directory)
743-
744742
#### example
743+
745744
openFile("cobigenexample/core/src/main/java/com/example/application/cobigenexample/customermanagement/dataaccess/api/CustomerEntity.java")

0 commit comments

Comments
 (0)