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