Cannot exit creation of crate using `CTRL`+`C`
FireFragment opened this issue · 2 comments
FireFragment commented
During the first step of creating a new crate in the workspace with cargo workspaces create
(naming the crate), pressing CTRL
+C
does not interrupt the command as expected.
Steps to reproduce
- Create a new workspace with:
cargo workspaces init
- Run:
cargo workspaces create test
- You will be prompted to enter crate name. Now press
CTRL
+C
Expected behavior
The program should stop
Actual behavior
The prompt does not dieappear and ^C
is written to the prompt
pksunkara commented
Is this with the latest version? I see the code handling for ctrl-c properly.
FireFragment commented
I'm using 0.3.0
PS. I added a video to the original post