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 .Exec - Containing Type
- Npm
Exec Settings Extensions
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.
|
