Skip to content

Commit a49fd7b

Browse files
committed
add corresponding API operation ID to CLI docs JSON
1 parent 111b574 commit a49fd7b

4 files changed

Lines changed: 316 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ built = { version = "0.8.0", features = ["git2"] }
1919
bytes = "1.11.1"
2020
camino = { version = "1.2", features = ["serde1"] }
2121
chrono = { version = "0.4.44", features = ["serde"] }
22-
clap = { version = "4.6.0", features = ["derive", "string", "env", "wrap_help"] }
22+
clap = { version = "4.6.0", features = ["derive", "string", "env", "wrap_help", "unstable-ext"] }
2323
clap_complete = "4.6.0"
2424
colored = "3.1.1"
2525
crossterm = { version = "0.29.0", features = [ "event-stream" ] }

0 commit comments

Comments
 (0)