Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-16 17:31:51 +01:00
parent 64ad309923
commit 747b2879d7
13 changed files with 72 additions and 71 deletions

View File

@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-proxy command.
// Execute is the entry point for the opencloud-proxy command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "proxy",
Usage: "proxy for oCIS",
Usage: "proxy for OpenCloud",
Commands: GetCommands(cfg),
})