Appends an argument to the command.
- Namespace
- Statiq
.Core - Containing Type
- StartProcess
Syntax
public StartProcess WithArgument(Config<StartProcessArgument> argument)
Parameters
| Name | Type | Description |
|---|---|---|
| argument | Config |
The argument to append including any prefixes like a dash or slash. |
Return Value
| Type | Description |
|---|---|
| StartProcess | The current module instance. |