ArgumentsBuilderExtension.

AppendArguments<TSettings>(ProcessArgumentBuilder, TSettings, bool) Method

Summary

Appends pre or post command arguments.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static void AppendArguments<TSettings>(ProcessArgumentBuilder builder, TSettings settings, bool preCommand) 
    where TSettings : AutoToolSettings, new()

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
TSettings The type of the settings.

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder instance.
settings TSettings The settings.
preCommand bool The pre command.

Return Value

Type Description
void