mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 17:59:11 +00:00
feat(cli): add column truncation controls (#1838)
- drop low-priority columns when tables exceed terminal width - truncate optional columns to fit remaining width - add --no-trunc flag to disable truncation - compute column widths using unicode display width Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -160,6 +160,8 @@ x25519-dalek = "2.0"
|
||||
# for cli
|
||||
tabled = "0.16"
|
||||
humansize = "2.1.3"
|
||||
terminal_size = "0.4"
|
||||
unicode-width = "0.1"
|
||||
|
||||
base64 = "0.22"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user