Skip to content

Commit

Permalink
feat(cli): refactor split command with clap derive
Browse files Browse the repository at this point in the history
  • Loading branch information
kalil-pelissier committed Jan 9, 2023
1 parent 0f24c9d commit 96f32a2
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 90 deletions.
103 changes: 94 additions & 9 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Expand Up @@ -43,7 +43,7 @@ byte-unit = { version = "4", default-features = false, features = ["serde"] }
bytes = "1"
chitchat = { git = "https://github.com/quickwit-oss/chitchat", rev = "cd568ba" }
chrono = "0.4.23"
clap = { version = "=3.1", features = ["env"] }
clap = { version = "4.0.29", features = ["env", "derive"] }
colored = "2.0.0"
console-subscriber = "0.1.8"
criterion = { version = "0.4", features = ["async_tokio"] }
Expand Down

0 comments on commit 96f32a2

Please sign in to comment.