added edit command, fixed set -o -

This commit is contained in:
2024-12-22 17:46:44 +01:00
committed by T.v.Dein
parent fe3951f3c2
commit b262c73746
8 changed files with 366 additions and 154 deletions

View File

@@ -26,7 +26,7 @@ import (
"github.com/tlinden/anydb/common"
)
var Version string = "v0.0.5"
var Version string = "v0.0.6"
type BucketConfig struct {
Encrypt bool