mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
added -N flag, added -m template support to get and list commands
This commit is contained in:
@@ -2,15 +2,17 @@ package cfg
|
||||
|
||||
import "github.com/tlinden/anydb/app"
|
||||
|
||||
var Version string = "v0.0.2"
|
||||
var Version string = "v0.0.3"
|
||||
|
||||
type Config struct {
|
||||
Debug bool
|
||||
Dbfile string
|
||||
Mode string // wide, table, yaml, json
|
||||
NoHeaders bool
|
||||
Encrypt bool
|
||||
DB *app.DB
|
||||
File string
|
||||
Tags []string
|
||||
Debug bool
|
||||
Dbfile string
|
||||
Template string
|
||||
Mode string // wide, table, yaml, json
|
||||
NoHeaders bool
|
||||
NoHumanize bool
|
||||
Encrypt bool
|
||||
DB *app.DB
|
||||
File string
|
||||
Tags []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user