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
neuro kill
I remember that I already created this issue, but somehow I cannot find it :/
Unfortunately, neuro kill does not follow POSIX and exits with 0 even if it failed to kill a job :(
0
$ neuro kill job-b1224959-29bb-4030-aa18-36b9937a5ebe not-existing-job job-b6010746-9f60-41c5-b91e-eeb99cae2aa7 job-b1224959-29bb-4030-aa18-36b9937a5ebe job-b6010746-9f60-41c5-b91e-eeb99cae2aa7 Cannot kill job not-existing-job: no such job not-existing-job $ echo $? 0
The text was updated successfully, but these errors were encountered:
make training
The fix is welcome!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I remember that I already created this issue, but somehow I cannot find it :/
Unfortunately,
neuro kill
does not follow POSIX and exits with0
even if it failed to kill a job :(The text was updated successfully, but these errors were encountered: