Summary
Runs the bootstrap feature with the specified arguments and settings.
- Namespace
- Cake
.Features .Bootstrapping - Containing Type
- BootstrapFeature
Syntax
public int Run(ICakeArguments arguments, BootstrapFeatureSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| arguments | ICakeArguments | The Cake arguments. |
| settings | Bootstrap |
The bootstrap feature settings. |
Return Value
| Type | Description |
|---|---|
| int | The exit code. |
