mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
add list command, fix set command
This commit is contained in:
@@ -7,6 +7,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user