watchexec / command-group

Deprecated: use process-wrap. || Extension to Command to spawn in a process group
https://docs.rs/command-group
Other
37 stars 10 forks source link

`kill_on_drop` is used only on windows #29

Closed meskill closed 1 week ago

meskill commented 1 week ago

kill_on_drop according to the source code affecting only windows implementation whilst for unix it does nothing.

It's quite confusing and unexpected.

Suggestion: add kill_on_drop support for unix implementation also.

passcod commented 1 week ago

this library has been superheded by process-wrap