fixed read error and updated tests

This commit is contained in:
2024-12-19 11:05:26 +01:00
parent daf52ba3ba
commit 894f2d449e
3 changed files with 10 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ func Print(writer io.Writer, conf *cfg.Config, attr *app.DbAttr, entry *app.DbEn
fmt.Println(string(jsonentry))
case "wide":
ListTable(writer, conf, app.DbEntries{*entry})
return ListTable(writer, conf, app.DbEntries{*entry})
}
return nil