Skip to content

Commit e4b4d8a

Browse files
committed
QL: Enable derive feature in clap
This allows nicer CLI definitions.
1 parent 79089b4 commit e4b4d8a

File tree

2 files changed

+85
-56
lines changed

2 files changed

+85
-56
lines changed

ql/Cargo.lock

Lines changed: 84 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tree-sitter-ql-dbscheme = { git = "https://github.com/erik-krogh/tree-sitter-ql-
1313
tree-sitter-ql-yaml = {git = "https://github.com/erik-krogh/tree-sitter-ql.git", rev = "cf704bf3671e1ae148e173464fb65a4d2bbf5f99"}
1414
tree-sitter-blame = {path = "../buramu/tree-sitter-blame"}
1515
tree-sitter-json = {git = "https://github.com/tausbn/tree-sitter-json.git", rev = "745663ee997f1576fe1e7187e6347e0db36ec7a9"}
16-
clap = "4.2"
16+
clap = { version = "4.2", features = ["derive"] }
1717
tracing = "0.1"
1818
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
1919
rayon = "1.7.0"

0 commit comments

Comments
 (0)