PromptAliases.

Prompt(ICakeContext, string, TimeSpan) Method

Assembly
Cake.Prompt.dll
Namespace
Cake.Common.IO
Containing Type
PromptAliases

Syntax

public static string Prompt(this ICakeContext context, string message, TimeSpan timeout)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
message string
timeout TimeSpan

Return Value

Type Description
string