clean up the new commands

This commit is contained in:
David Christofas
2022-04-25 15:44:19 +02:00
parent 60bf000308
commit 01e307fb72
13 changed files with 8 additions and 275 deletions
+3 -3
View File
@@ -35,9 +35,9 @@ func Execute(cfg *config.Config) error {
Name: "storage",
Usage: "Storage service for oCIS",
Before: func(c *cli.Context) error {
return ParseConfig(c, cfg, "storage")
},
// Before: func(c *cli.Context) error {
// return ParseConfig(c, cfg, "storage")
// },
Commands: GetCommands(cfg),
})