ICakeInfoFeature.

Run(IConsole) Method

Summary

Runs the feature.
Namespace
Cake.Cli
Containing Type
ICakeInfoFeature

Syntax

void Run(IConsole console)

Parameters

Name Type Description
console IConsole The console to write to.

Return Value

Type Description
void