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.ProtobufTools.
Summary
Appends pre or post command arguments.
Syntax
public static void AppendArguments<TSettings>(ProcessArgumentBuilder builder, TSettings settings, bool preCommand)
where TSettings : AutoToolSettings, new()
Type Parameters
Name |
Description |
TSettings |
|
Parameters
Name |
Type |
Description |
builder |
ProcessArgumentBuilder |
|
settings |
TSettings |
|
preCommand |
bool |
|
Return Value