Exit with failure codes if configs are bad (#146)

* Exit with failure codes if configs are bad

* fmt
This commit is contained in:
Mostafa Abdelraouf
2022-08-25 20:56:18 -05:00
committed by GitHub
parent 9d84d6f131
commit 3bc4f9351c
4 changed files with 17 additions and 5 deletions

7
Cargo.lock generated
View File

@@ -159,6 +159,12 @@ dependencies = [
"termcolor",
]
[[package]]
name = "exitcode"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
[[package]]
name = "fnv"
version = "1.0.7"
@@ -515,6 +521,7 @@ dependencies = [
"bytes",
"chrono",
"env_logger",
"exitcode",
"hmac",
"hyper",
"log",