refactor: Used the official table package.

This commit is contained in:
2026-06-19 18:26:25 -04:00
parent f2da8b9f22
commit 92faab2706
7 changed files with 83 additions and 506 deletions

View File

@@ -6,6 +6,8 @@
29. Add color flag and support non colored output.
30. Use text/tables for command output
2. Generate md and man pages again.
3. **db.odin:324-327** — Map iteration (`remote_set`) is non-deterministic. Same file can produce different JSON on each backup, causing spurious DB diffs. Sort remotes before storing.