Merge branch 'master' of git.unix7.org:ziggi/mstore

This commit is contained in:
2026-06-16 07:39:44 +02:00
2 changed files with 5 additions and 7 deletions
-2
View File
@@ -12,7 +12,6 @@ import (
"github.com/spf13/cobra"
"mstore/pkg/accntcli"
"mstore/pkg/descr"
)
// UpdateAccount
@@ -23,7 +22,6 @@ type UpdateAccountParams struct {
NewPassword string
}
type UpdateAccountResult struct {
File *descr.File `json:"file,omitempty"`
}
func (util *AccountUtil) UpdateAccount(cmd *cobra.Command, args []string) {