shell:if
Description
If/Then/Else block.
Syntax
shell:if [options] condition ifTrue [ifFalse]
Arguments
| Name | Description |
|---|
| condition | The condition |
| ifTrue | The function to execute if the condition is true |
| ifFalse | The function to execute if the condition is false |
Options
| Name | Description |
|---|
| --help | Display this help message |