PyInquirer
PyInquirer copied to clipboard
Hide/unhide an expand Question
Can't hide the options once they have been revealed. Recommended fix in /prompts/expand.py for the help_choice function:
def help_choice(event):
ic._help_active = not ic._help_active
@darylkell This has been fixed. Thanks for your suggestion.