Skip to content

Commit b1f34b4

Browse files
authored
Add corresponding API operation ID to CLI docs JSON (#1399)
* add corresponding API operation ID to CLI docs JSON * copyright years
1 parent deda33b commit b1f34b4

4 files changed

Lines changed: 306 additions & 3 deletions

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)