feat: add completions (#97)

This commit is contained in:
sigoden
2022-07-06 12:11:00 +08:00
committed by GitHub
parent 140a360e37
commit 76e967fa59
6 changed files with 75 additions and 14 deletions

View File

@@ -12,6 +12,7 @@ keywords = ["static", "file", "server", "webdav", "cli"]
[dependencies]
clap = { version = "3", default-features = false, features = ["std", "wrap_help"] }
clap_complete = "3"
chrono = "0.4"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "signal"]}
tokio-util = { version = "0.7", features = ["io-util"] }