mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-07 13:16:31 +00:00
Enable the strucopt/clap warp help feature
This commit is contained in:
@ -28,7 +28,7 @@ roaring = "0.6.1"
|
||||
slice-group-by = "0.2.6"
|
||||
smallstr = "0.2.0"
|
||||
smallvec = "1.4.0"
|
||||
structopt = { version = "0.3.14", default-features = false }
|
||||
structopt = { version = "0.3.14", default-features = false, features = ["wrap_help"] }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
# documents words self-join
|
||||
|
Reference in New Issue
Block a user