PromptAliases.

Prompt(ICakeContext, string) Method

Summary

Prompts the user for input.
Assembly
Cake.Prompt.dll
Namespace
Cake.Common.IO
Containing Type
PromptAliases

Syntax

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

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
message string The message which is shown to the user.

Return Value

Type Description
string The user input.