add list command, fix set command

This commit is contained in:
2024-12-17 14:23:56 +01:00
parent d1d2328fcd
commit 9e6bbd5419
9 changed files with 381 additions and 31 deletions

View File

@@ -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