insta-cmd 0.7.0

A command line extension to the insta testing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: src/lib.rs
info:
  program: echo
  args:
    - Testing env
  env:
    EMPTY_VAR: ""
---
success: true
exit_code: 0
----- stdout -----
Testing env

----- stderr -----