DefaultCommand.

DefaultCommand(IBuildFeature, IBootstrapFeature, ICakeVersionFeature, ICakeInfoFeature, IConsole, ICakeLog) Constructor

Summary

Initializes a new instance of the DefaultCommand class.
Namespace
Cake.Commands
Containing Type
DefaultCommand

Syntax

public DefaultCommand(IBuildFeature builder, IBootstrapFeature bootstrapper, ICakeVersionFeature version, ICakeInfoFeature info, IConsole console, ICakeLog log)

Parameters

Name Type Description
builder IBuildFeature The build feature.
bootstrapper IBootstrapFeature The bootstrap feature.
version ICakeVersionFeature The version feature.
info ICakeInfoFeature The info feature.
console IConsole The console.
log ICakeLog The log.

Return Value

Type Description
void