VersionFeature.

Run(IConsole) Method

Summary

Writes the Cake version to the console.
Namespace
Cake.Cli
Containing Type
VersionFeature

Syntax

public void Run(IConsole console)

Parameters

Name Type Description
console IConsole The console to write to.

Return Value

Type Description
void