PnpmTool<TSettings>.

GetArguments(TSettings) Method

Summary

Builds the arguments for npm.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmTool<TSettings>

Syntax

protected ProcessArgumentBuilder GetArguments(TSettings settings)

Parameters

Name Type Description
settings TSettings Settings used for building the arguments.

Return Value

Type Description
ProcessArgumentBuilder Argument builder containing the arguments based on settings.