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