We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If forge is executing an command (specially if that command runs a program which needs input) then hitting ctrl + c do not work.
ctrl + c
08:54:50.712 ⚙ execute /bin/zsh -c cargo run 2>&1 | grep -A 10 -B 10 "byte index 33"
We should be able kill the program with exit code 2.
exit code 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If forge is executing an command (specially if that command runs a program which needs input) then hitting
ctrl + c
do not work.We should be able kill the program with
exit code 2
.The text was updated successfully, but these errors were encountered: