PromptAliases Class

Summary

Contains functionality related to interactive console prompts.
Assembly
Cake.Prompt.dll
Namespace
Cake.Common.IO
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PromptAliases"] class Type type-node

Syntax

public static class PromptAliases

Attributes

Type Description
NullableContextAttribute
NullableAttribute
CakeAliasCategoryAttribute

Methods

Name Value Summary
Prompt(ICakeContext, string, string, TimeSpan) string
Prompts the user for input.
static
Prompt(ICakeContext, string, string) string
Prompts the user for input.
static
Prompt(ICakeContext, string, TimeSpan) string
Prompts the user for input.
static
Prompt(ICakeContext, string) string
Prompts the user for input.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin