Skip to content

Commit

Permalink
devonfw#1164: adjusted documentation
Browse files Browse the repository at this point in the history
added target filename param to functions documentation
  • Loading branch information
jan-vcapgemini committed Jul 26, 2023
1 parent dc079a8 commit ca6879c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions documentation/functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,16 @@ In case the software is already installed in the resolved version, return `1`.

|=======================
|*Param*|*Name* |*Description*
|`$1` |software|The name of the software to install.
|`$2` |version |The version of the software to install. May be omitted to install the latest version.
|`$3` |silent |The optional silent flag ('silent' to suppress output if already up-to-date or empty for version output).
|`$4` |edition |The optional edition of the software to install (e.g. "enterprise" or "community").
|`$5` |path |The absolute target path where to install the software.
|`$6` |os |The optional OS indicator ('-' if OS independent). If omitted the OS will be determined automatically.
|`$7` |noUnpack|The optional argument to ignore extracting downloaded files (use 'noUnpack' or leave empty to extract)
|`$8` |repo |The optional software repository.
|`$9` |url |The optional download URL.
|`$1` |software |The name of the software to install.
|`$2` |version |The version of the software to install. May be omitted to install the latest version.
|`$3` |silent |The optional silent flag ('silent' to suppress output if already up-to-date or empty for version output).
|`$4` |edition |The optional edition of the software to install (e.g. "enterprise" or "community").
|`$5` |path |The absolute target path where to install the software.
|`$6` |os |The optional OS indicator ('-' if OS independent). If omitted the OS will be determined automatically.
|`$7` |noUnpack |The optional argument to ignore extracting downloaded files (use 'noUnpack' or leave empty to extract)
|`$8` |repo |The optional software repository.
|`$9` |url |The optional download URL.
|`$10` |target filename |The optional target filename.
|=======================

=== doInstallWithPackageManager
Expand Down

0 comments on commit ca6879c

Please sign in to comment.