TestCommand.

BuildArgumentParams(ProcessArgumentBuilder) Method

Summary

adds only the arguments to the builder. (i.e. Archive, files, directories).
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Commands
Containing Type
TestCommand

Syntax

protected override void BuildArgumentParams(ref ProcessArgumentBuilder builder)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.

Return Value

Type Description
void