insta-cmd: command line testing extension for insta
This is an experimental extension to insta for command line app testing.
```rust use std::process::Command; use instacmd::assertcmd_snapshot;
assertcmdsnapshot!(Command::new("echo").arg("Hello World!")); ```