some changes:

- reorganized client code, using cobra subcommands
- more reorg in upd code
This commit is contained in:
2023-03-02 18:31:07 +01:00
parent 632f7d6a2a
commit 2a2e41126d
7 changed files with 190 additions and 104 deletions

View File

@@ -23,6 +23,7 @@ import (
const Version string = "v0.0.1"
var ApiVersion string = "/v1"
var VERSION string // maintained by -x
type Config struct {