Skip to content
New issue

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

CTRL+C sequence does not exit the program when in process #119

Open
sagisar1 opened this issue Oct 15, 2024 · 2 comments
Open

CTRL+C sequence does not exit the program when in process #119

sagisar1 opened this issue Oct 15, 2024 · 2 comments

Comments

@sagisar1
Copy link

sagisar1 commented Oct 15, 2024

Hello, I have seen when using jwt_tool.py, that when you hit CTRL+C , the program is not existing, and actually you are forced either to close the terminal tab or to wait until the program finishes.
this is an enhancement feature I suggest, that would it make more comfortable for the use of the tool

an example image is provided to simulate the issue:
image

@rbrown256
Copy link
Contributor

Either try CTRL+C a few times, or CTRL+Z then type kill %

@sagisar1
Copy link
Author

@rbrown256 CTRL +C few times doesn't work (I tried), and I know about CTRL + Z, , but this is just a workaround. The appropiate solution would be to solve that issue by inspecting the code to see why it happens, and hence I opened this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants