Adds an argument to the process comment.
- Namespace
- Statiq
.Common - Containing Type
- ProcessLauncher
Syntax
public ProcessLauncher WithArgument(string argument, bool quoted = false)
Parameters
Name | Type | Description |
---|---|---|
argument | string | The argument to add. |
quoted | bool | true if the argument should be quoted, false otherwise. |
Return Value
Type | Description |
---|---|
ProcessLauncher | The current instance. |