Control+C does not work when reading batch spec as standard input
Created by: Piszmog
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
.