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
[[bin]]
name = "ewc"
path = "src/main.rs"

[dependencies]
[dev-dependencies.yare]
version = "1.0.1"

[package]
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
description = "A CLI which returns the exit code of your choice"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "exit-with-code"
resolver = "2"
version = "1.0.0"