DefaultValueStyle(ConfirmationPrompt, Style) Method

Sets the style in which the default value is displayed.
public static ConfirmationPrompt DefaultValueStyle(this ConfirmationPrompt obj, Style style)
Namespace
Spectre.Console

Parameters

ConfirmationPrompt obj
The confirmation prompt.
Style style
The default value style or to use the default style (green).

Returns