IBootstrapFeature.

Run(ICakeArguments, BootstrapFeatureSettings) Method

Summary

Runs the bootstrap feature with the specified arguments and settings.

Syntax

int Run(ICakeArguments arguments, BootstrapFeatureSettings settings)

Parameters

Name Type Description
arguments ICakeArguments The Cake arguments.
settings BootstrapFeatureSettings The bootstrap feature settings.

Return Value

Type Description
int The exit code.