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

[Bug]: ctrl + C -> unexpected behaviour #23

Closed
1 task done
AndreasAugustin opened this issue Aug 17, 2023 · 0 comments · Fixed by #27
Closed
1 task done

[Bug]: ctrl + C -> unexpected behaviour #23

AndreasAugustin opened this issue Aug 17, 2023 · 0 comments · Fixed by #27
Assignees
Labels
bug Something isn't working

Comments

@AndreasAugustin
Copy link
Owner

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

In some scenarios one like to close the current session. Normally ctrl + C is doing such a thing in most tty.

But the current implementation will lead in most cases to next prompt

Expected Behavior

ctrl + C should terminate the go-gitmoji-cli session

Current Behavior

in most cases the next prompt will be opened.

Steps To Reproduce

  1. use config or commit cmd
  2. press ctrl + C
  3. next prompt will open

Possible Solution

check the keymap within the UI elements

Additional Information/Context

No response

go-gitmoji-cli Version

v0.1.0-pre-alpha

@AndreasAugustin AndreasAugustin added the bug Something isn't working label Aug 17, 2023
@AndreasAugustin AndreasAugustin self-assigned this Aug 17, 2023
AndreasAugustin added a commit that referenced this issue Aug 18, 2023
* fix: 🐛 (#23) fix issue with ctrl+c

* fix: 🐛 (#23) fix issue with ctrl+c

* fix: 🐛 (#23) fix issue with ctrl+c

* fix: 🐛 (#23) fix issue with ctrl+c

* chore(ci): 👷 remove golang version, add macos runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant