exit-with-code 1.0.0

A CLI which returns the exit code of your choice
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "exit-with-code"
version = "1.0.0"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
description = "A CLI which returns the exit code of your choice"
license = "Apache-2.0 OR MIT"
edition = "2021"

[dependencies]

[dev-dependencies]
yare = "1.0.1"

[[bin]]
name = "ewc"
path = "src/main.rs"