insta-cmd: command line testing extension for insta

Build Status Crates.io License rustc 1.56.1 Documentation

Introduction

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!")); ```

License and Links