ClickTwiceRunner.

RunInputHandlers(string, IInputHandler[]) Method

Summary

Runs the given input handlers on the project at the given path
Assembly
Cake.ClickTwice.dll
Namespace
Cake.ClickTwice
Containing Type
ClickTwiceRunner

Syntax

public void RunInputHandlers(string projectFilePath, params IInputHandler[] inputHandlers)

Parameters

Name Type Description
projectFilePath string Path to the project file
inputHandlers IInputHandler[] A collection of handlers to process

Return Value

Type Description
void