mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
add import+export, json output, humanize wide output, fixes
This commit is contained in:
@@ -5,10 +5,11 @@ import "github.com/tlinden/anydb/app"
|
||||
var Version string = "v0.0.1"
|
||||
|
||||
type Config struct {
|
||||
Debug bool
|
||||
Dbfile string
|
||||
Mode string // wide, table, yaml, json
|
||||
DB *app.DB
|
||||
File string
|
||||
Tags []string
|
||||
Debug bool
|
||||
Dbfile string
|
||||
Mode string // wide, table, yaml, json
|
||||
NoHeaders bool
|
||||
DB *app.DB
|
||||
File string
|
||||
Tags []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user