You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small feature request: I've tried the use assert_cmd to test if may application reacts correctly to unix signals. In order to do that,
I need to get the PID of the running process to send the right signal. I know that std::process::Command implements a way to do so and it would be nice to have the same functionality in assert_cmd