ShowDefaultValue(ConfirmationPrompt, bool) Method
Show or hide the default value.
public static ConfirmationPrompt ShowDefaultValue(this ConfirmationPrompt obj, bool show)
- Namespace
- Spectre
.Console - Containing Type
- Confirmation
Prompt Extensions
Parameters
- ConfirmationPrompt obj
- The prompt.
- bool show
- Whether or not the default value should be visible.