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

Improve Program Exit Behavior #2

Open
AnalyticAce opened this issue Apr 26, 2024 · 0 comments
Open

Improve Program Exit Behavior #2

AnalyticAce opened this issue Apr 26, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@AnalyticAce
Copy link
Owner

Issue Description: Improve Program Exit Behavior

Problem Statement

Currently, when the user is prompted with the question "Do you have a question (yes/no)?", they are only allowed to respond with either "yes" or "no". This works well during the initial prompt, but later on, when the user completes other steps and chooses "no", the program continues instead of exiting gracefully.

Proposed Solution

We need to modify the behavior so that when the user inputs "no", the program exits immediately.

Expected Behavior

  1. When the user selects "no" in response to the question, the program should terminate gracefully.
  2. Users should receive clear instructions on how to exit the program without any unexpected behavior.

Screenshots

  • The expected behavior:
    image
  • The undesired behavior (current state):
    image

Additional Notes

  • Consider updating the program documentation or README to inform users about this improved exit functionality.
@AnalyticAce AnalyticAce added bug Something isn't working enhancement New feature or request labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant