optimize cli output (#6)

This commit is contained in:
Sijie.Sun
2024-01-30 22:05:58 +08:00
committed by GitHub
parent 003520f2b4
commit d4b0f49443
3 changed files with 246 additions and 19 deletions

View File

@@ -13,3 +13,5 @@ easytier-core = { path = "../easytier-core" }
clap = { version = "4.4.8", features = ["unicode", "derive", "wrap_help"] }
tonic = "0.10"
thiserror = "1.0"
tabled = "0.15.*"
humansize = "2.1.3"