working commit

This commit is contained in:
2026-02-13 19:14:15 +02:00
parent 04cf117632
commit 801606b956
6 changed files with 295 additions and 7 deletions
+3
View File
@@ -34,6 +34,7 @@ func main() {
type Util struct {
FileUtil
ImageUtil
AccountUtil
rootCmd cobra.Command
}
@@ -53,6 +54,8 @@ func (util *Util) Build() error {
rootCmd.AddCommand(util.CreateFileCmds())
rootCmd.AddCommand(util.CreateFilesCmds())
rootCmd.AddCommand(util.CreateImageCmds())
rootCmd.AddCommand(util.CreateAccountCmds())
rootCmd.AddCommand(util.CreateAccountsCmds())
util.rootCmd = rootCmd