NpmExecSettingsExtensions.

WithArguments(NpmExecSettings, string) Method

Summary

Sets the arguments which should be passed to the script.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.Exec
Containing Type
NpmExecSettingsExtensions

Syntax

public static NpmExecSettings WithArguments(this NpmExecSettings settings, string arguments)

Parameters

Name Type Description
settings NpmExecSettings The settings.
arguments string Arguments which should be passed to the script.

Return Value

Type Description
NpmExecSettings The settings instance with Arguments set to arguments.