add pfw show command

This commit is contained in:
lemonsh
2023-05-14 00:06:55 +02:00
parent 8e9b778f75
commit 470d5f5814
5 changed files with 65 additions and 11 deletions

View File

@ -15,4 +15,5 @@ clap = { version = "4.2", default-features = false, features = ["suggestions", "
dirs = "5.0"
connectbox = { path = "../connectbox" }
color-print = "0.3"
anstream = "0.3"
ascii_table = { version = "4.0", features = ["auto_table_width"] }
once_cell = "1.17"