mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 13:08:26 -05:00
strip ocis- from command name for all standalone services
This commit is contained in:
@@ -28,7 +28,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
|
||||
// Execute is the entry point for the ocis-store command.
|
||||
func Execute(cfg *config.Config) error {
|
||||
app := clihelper.DefaultApp(&cli.App{
|
||||
Name: "ocis-store",
|
||||
Name: "store",
|
||||
Usage: "Service to store values for ocis extensions",
|
||||
Commands: GetCommands(cfg),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user