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

fix(iroh): do not exit on ctrl+c #1691

Merged
merged 2 commits into from
Oct 20, 2023
Merged

fix(iroh): do not exit on ctrl+c #1691

merged 2 commits into from
Oct 20, 2023

Conversation

dignifiedquire
Copy link
Contributor

Closes #1690

iroh/src/commands/repl.rs Outdated Show resolved Hide resolved
Co-authored-by: Brendan O'Brien <sparkle_pony_2000@qri.io>
@b5 b5 enabled auto-merge October 20, 2023 17:01
@b5 b5 added this to the v0.8.0 milestone Oct 20, 2023
@b5 b5 added this pull request to the merge queue Oct 20, 2023
Merged via the queue into main with commit a658d4a Oct 20, 2023
15 checks passed
@dignifiedquire dignifiedquire deleted the fix-ctrl-d branch November 1, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

use EOF (ctrl+d) to exit console instead of SIGINT (ctrl+c)
2 participants