mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
fixed read error and updated tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user