doy / pty-process

Other
22 stars 16 forks source link

[feature request] `kill_on_drop` support #10

Open samuela opened 9 months ago

samuela commented 9 months ago

tokio::process::Command supports a kill_on_drop method. It would be great if pty_process::Command could support the same.