fix: incorrect env handling

This commit is contained in:
Lucas Oskorep
2025-10-10 23:38:50 -04:00
parent 7f1a8830ba
commit 1eb710078f
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
dotenv = "0.15"
shell-escape = "0.1"
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.5", features = ["derive", "env"] }