mans updated

This commit is contained in:
2026-03-10 22:24:52 +02:00
parent 829715366e
commit 3fbdd60c94
34 changed files with 96 additions and 96 deletions
+2 -2
View File
@@ -7,13 +7,13 @@ import (
"github.com/spf13/cobra/doc"
"mstore/cmd/mstorectl/command"
"mstore/cmd/mstorectl/util"
)
func run() error {
var err error
os.Args[0] = "mstorectl"
util := command.NewUtil()
util := util.NewUtil()
err = util.Build()
if err != nil {
return err