Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow 'y' to be treated as valid to continue in promptContinue() #3089

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KraigWalker
Copy link

Modify the promptContinue function to accept both an empty input and 'y' as valid responses for continuation. Previously promptContinue expected an empty string (just hit Return/Enter) and would throw an Error "Abort" if anything else was given.

This could be confusing when the prompt has "y/n" in the message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant