fixup! fixup! More documentation.
This commit is contained in:
parent
796343ee7b
commit
adbfa2b2dd
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -33,9 +33,9 @@ exec {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Parameters
|
## Parameters
|
||||||
|
|
||||||
#### `args`
|
### `args`
|
||||||
|
|
||||||
The full command line including the executable and all parameters.
|
The full command line including the executable and all parameters.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ exec {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `dir`
|
### `dir`
|
||||||
|
|
||||||
The working directory in which the command should be executed. Defaults to the project directory.
|
The working directory in which the command should be executed. Defaults to the project directory.
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ exec {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `os`
|
### `os`
|
||||||
|
|
||||||
List of operating systems on which the command may be executed. If the current OS is contained within the list, the command will be executed.
|
List of operating systems on which the command may be executed. If the current OS is contained within the list, the command will be executed.
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ exec {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `fail`
|
### `fail`
|
||||||
|
|
||||||
List of error options to specify whether data returned to the standard streams and/or an abnormal exit value constitute build failure signaling.
|
List of error options to specify whether data returned to the standard streams and/or an abnormal exit value constitute build failure signaling.
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ exec {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Logging / Debugging
|
## Logging / Debugging
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./kobaltw exec --log 2
|
./kobaltw exec --log 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue