Merge pull request #2818 from owncloud/unify-commands-and-service-options

unify configuration and commands
This commit is contained in:
Willy Kloucek
2022-01-07 13:49:23 +01:00
committed by GitHub
307 changed files with 5365 additions and 5131 deletions

View File

@@ -26,7 +26,7 @@ import (
func Frontend(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "frontend",
Usage: "Start frontend service",
Usage: "start frontend service",
Before: func(c *cli.Context) error {
if err := loadUserAgent(c, cfg); err != nil {
return err