Rebrand graph service

leaving out LDAP related stuff for now
This commit is contained in:
Ralf Haferkamp
2025-01-16 15:59:35 +01:00
parent 61b48a2580
commit ceb5e92c28
7 changed files with 24 additions and 29 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}, UnifiedRoles(cfg)...)
}
// Execute is the entry point for the ocis-graph command.
// Execute is the entry point for the opencloud graph command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "graph",
Usage: "Serve Graph API for oCIS",
Usage: "Serve Graph API for OpenCloud",
Commands: GetCommands(cfg),
})
return app.RunContext(cfg.Context, os.Args)