-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle Ctrl-C explicitly in confirm prompt
Replace `uv-console`'s use of `ctrlc::set_handler` to exit the prompt with an explicit matching on the user inputting Ctrl-C.
- Loading branch information
1 parent
efc8d94
commit 6583e12
Showing
3 changed files
with
13 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,4 @@ doctest = false | |
workspace = true | ||
|
||
[dependencies] | ||
ctrlc = { workspace = true } | ||
console = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters