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.Flutter.
Summary
Appends all arguments from settings .
Syntax
public static void AppendAll<TSettings>(this ProcessArgumentBuilder builder, ICakeEnvironment cakeEnvironment, string command, TSettings settings)
where TSettings : AutoToolSettings, new()
Type Parameters
| Name |
Description |
| TSettings |
|
Parameters
| Name |
Type |
Description |
| builder |
ProcessArgumentBuilder |
|
| cakeEnvironment |
ICakeEnvironment |
|
| command |
string |
|
| settings |
TSettings |
The settings. |
Return Value