WithArgument(Config<StartProcessArgument>) Method
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<StartProcessArgument> The argument to append including any prefixes like a dash or slash.

Return Value

Type Description
StartProcess The current module instance.