WithArgument(Config<string>, bool) Method
Appends an argument to the command.
Namespace
Statiq.Core
Containing Type
StartProcess

Syntax

public StartProcess WithArgument(Config<string> argument, bool quoted = false)

Parameters

Name Type Description
argument Config<string> The argument to append.
quoted bool Whether the argument should be quoted or not.

Return Value

Type Description
StartProcess The current module instance.