working commit

This commit is contained in:
2026-03-08 21:11:45 +02:00
parent efdabf3efc
commit 2f80ce8543
29 changed files with 1437 additions and 886 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ func (util *Util) Build() error {
rootCmd.AddCommand(util.MakeFileCmds())
rootCmd.AddCommand(util.MakeCollectionCmds())
rootCmd.AddCommand(util.CreateImageCmds())
rootCmd.AddCommand(util.CreateAccountCmds())
rootCmd.AddCommand(util.CreateGrantCmds())
rootCmd.AddCommand(util.MakeAccountCmds())
rootCmd.AddCommand(util.MakeGrantCmds())
util.rootCmd = rootCmd