ProcessSettingsExtensions.

WithArguments(ProcessSettings, Action<ProcessArgumentBuilder>) Method

Summary

Sets the arguments for the process.
Namespace
Cake.Core
Containing Type
ProcessSettingsExtensions

Syntax

public static ProcessSettings WithArguments(this ProcessSettings settings, Action<ProcessArgumentBuilder> arguments)

Parameters

Name Type Description
settings ProcessSettings The settings.
arguments Action<ProcessArgumentBuilder> The action used to set arguments.

Return Value

Type Description
ProcessSettings The same ProcessSettings instance so that multiple calls can be chained.