impl SIGINT (^C) signal
Open
enhancement
- Dominant language
- Vue
- Stars
- 16
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We need a way to send a "kill" signal to a cargo command. Currently I'm working on a button which appears while a command is running. When clicked a SIGINT signal ought to be sent to the running command.
This work is happening on the [`impl-cancellation`](https://github.com/eignnx/cargo-gui/tree/impl-cancellation) branch, see PR #19 .
Contributor guide
Assessment
This issue has not been assessed yet.