sourcegraph/src-cli

Control+C does not work when reading batch spec as standard input

Piszmog opened this issue · 2 comments

A user is not able to exit with ctrl+c from src-cli when providing a batch spec as standard input. ctrl+d does work for exiting the program.

Steps

Run the following command,

src batch preview -f -

Try to exit the program with ctrl+c or ctrl+x.

Hey @LawnGnome , I ran into this issue recently. I didn't know an issue had already being created for this, is it okay if I take this off your hands as I already have a fix for it?

All yours, @BolajiOlajide!