ShowDefaultValue<T>(TextPrompt<T>) Method
Shows the default value.
public static TextPrompt<T> ShowDefaultValue<T>(this TextPrompt<T> obj)
- Namespace
- Spectre
.Console - Containing Type
- TextPromptExtensions
Parameters
-
T
- The prompt result type.
Parameters
-
TextPrompt
<T> obj - The prompt.