feat(wip): Setting up clap

This commit is contained in:
newbee1905
2023-02-04 14:35:38 +07:00
parent e82cdc2040
commit c289177f65
3 changed files with 232 additions and 24 deletions

View File

@@ -20,3 +20,4 @@ crossterm = "0.24.0"
unicode-width = "0.1.9"
rust_cast = "0.17.0"
viuer = { version = "0.6", features = ["sixel"] }
clap = { version = "4.1.4", features = ["derive"] }