Appends an argument to the command.
- Namespace
- Statiq
.Core - Containing Type
- StartProcess
Syntax
public StartProcess WithArgument(Config<string> name, Config<string> value, bool quoted = false)
Parameters
| Name | Type | Description |
|---|---|---|
| name | Config |
The name of the argument to append including any prefixes like a dash or slash. |
| value | Config |
The value of the argument. |
| quoted | bool | Whether the value should be quoted or not. |
Return Value
| Type | Description |
|---|---|
| StartProcess | The current module instance. |