mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-18 04:51:00 +01:00
fixed crash in api list, added filter support to api list
This commit is contained in:
@@ -33,7 +33,6 @@ import (
|
||||
)
|
||||
|
||||
func List(writer io.Writer, conf *cfg.Config, entries app.DbEntries) error {
|
||||
// FIXME: call sort here
|
||||
switch conf.Mode {
|
||||
case "wide", "", "table":
|
||||
return ListTable(writer, conf, entries)
|
||||
|
||||
Reference in New Issue
Block a user