We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deda33b commit b1f34b4Copy full SHA for b1f34b4
4 files changed
Cargo.toml
@@ -19,7 +19,7 @@ built = { version = "0.8.0", features = ["git2"] }
19
bytes = "1.11.1"
20
camino = { version = "1.2", features = ["serde1"] }
21
chrono = { version = "0.4.44", features = ["serde"] }
22
-clap = { version = "4.6.0", features = ["derive", "string", "env", "wrap_help"] }
+clap = { version = "4.6.0", features = ["derive", "string", "env", "wrap_help", "unstable-ext"] }
23
clap_complete = "4.6.0"
24
colored = "3.1.1"
25
crossterm = { version = "0.29.0", features = [ "event-stream" ] }
0 commit comments