feat: CLI Support for multiple Servarr instances

This commit is contained in:
2025-02-27 20:37:03 -07:00
parent f87e02cd7c
commit fd6fcfc98f
9 changed files with 239 additions and 40 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ ratatui = { version = "0.29.0", features = [
"unstable-widget-ref",
] }
urlencoding = "2.1.2"
clap = { version = "4.5.20", features = ["derive", "cargo", "env"] }
clap = { version = "4.5.20", features = ["derive", "cargo", "env", "wrap_help"] }
clap_complete = "4.5.33"
itertools = "0.13.0"
ctrlc = "3.4.5"