This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Sets the arguments which should be passed to the script.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .RunScript - Containing Type
- Npm
Run Script Settings Extensions
Syntax
public static NpmRunScriptSettings WithArguments(this NpmRunScriptSettings settings, string arguments)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmRunScriptSettings | The settings. |
arguments | string | Arguments which should be passed to the script. |
Return Value
Type | Description |
---|---|
NpmRunScriptSettings | The settings instance with Arguments set to arguments. |