implement a cli module #85

Merged
PlexSheep merged 46 commits from feat/cli into devel 2024-07-09 18:12:24 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a92f5f308d - Show all commits

View File

@ -13,7 +13,7 @@ keywords.workspace = true
categories.workspace = true
[dependencies]
clap = "4.5.7"
clap = { version = "4.5.7", features = ["derive"] }
comfy-table = "7.1.1"
console = "0.15.8"
dialoguer = "0.11.0"