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.Buildah.
Summary
Appends pre or post command arguments.
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