[codex-rs] fix: exit code 1 if no api key (#697)

This commit is contained in:
Fouad Matin
2025-04-28 21:42:06 -07:00
committed by GitHub
parent b9bba09819
commit 19928bc257
3 changed files with 31 additions and 9 deletions

View File

@@ -24,3 +24,4 @@ tokio = { version = "1", features = [
] }
tracing = { version = "0.1.41", features = ["log"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
owo-colors = "4.2.0"