add explain index allocation

This commit is contained in:
T. von Dein
2026-05-18 13:58:08 +02:00
parent db50072a7b
commit 40e0612bef
6 changed files with 83 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ func SnapshotShow(conf *cfg.Config, snapshot string) error {
}
table := NewTable(2, 17)
table.Addheaders("field", "value")
table.Addheaders("snapshot property", "value")
snap := res.Snapshots[0]