correct flagset usage

This commit is contained in:
A.Unger
2021-06-30 10:34:44 +02:00
parent 72f6a3613a
commit 4994d0b132
10 changed files with 63 additions and 57 deletions
+4
View File
@@ -223,5 +223,9 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
EnvVars: []string{"WEB_OIDC_SCOPE"},
Destination: &cfg.Web.Config.OpenIDConnect.Scope,
},
&cli.StringFlag{
Name: "extensions",
Usage: "Run specific extensions during supervised mode. This flag is set by the runtime",
},
}
}