CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Hide/unhide an expand Question #111

Open darylkell opened 4 years ago

darylkell commented 4 years ago

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
CITGuru commented 3 years ago

@darylkell This has been fixed. Thanks for your suggestion.