Adds shell completion generation.

This commit is contained in:
2026-08-23 23:52:59 -07:00
parent 5b29784c07
commit 8a7a201daa
4 changed files with 68 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
nextcloud_client = { path = "../nextcloud_client" }
clap = { version = "4.5", features = ["derive", "cargo"] }
clap_complete = "4.5"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "default-tls"] }
open = "5.3"