cli-assert 0.1.2

Testing command-line applications
Documentation
[lib]
name = "cli_assert"
path = "src/lib.rs"

[package]
authors = ["Dariusz Depta <depta@engos.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Testing command-line applications"
documentation = "https://docs.rs/cli-assert"
edition = "2021"
exclude = ["rustfmt.toml", "Taskfile.yml", ".github/", ".gitignore"]
keywords = ["testing", "command", "line", "applications"]
license = "MIT OR Apache-2.0"
name = "cli-assert"
readme = "README.md"
repository = "https://github.com/EngosSoftware/biff.git"
version = "0.1.2"

[[test]]
name = "test_utils"
path = "tests/test_utils.rs"