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