Hi,
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
Cheers Simon