exit-with 0.1.0

Exit with code, stdio & stderr
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cli-assert"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef417f821ef79296ed89405aea025a756f5ab48b5f7a47db6698f3f3da4f1bc5"

[[package]]
name = "exit-with"
version = "0.1.0"
dependencies = [
 "cli-assert",
]