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
kill_on_drop
tokio::process::Command supports a kill_on_drop method. It would be great if pty_process::Command could support the same.
tokio::process::Command
pty_process::Command
The text was updated successfully, but these errors were encountered:
Add kill_on_drop support
968c2dc
Fix doy#10
Successfully merging a pull request may close this issue.
tokio::process::Command
supports akill_on_drop
method. It would be great ifpty_process::Command
could support the same.The text was updated successfully, but these errors were encountered: