Add Flagset extractor, generate configuration docs

This commit is contained in:
Michael Barz
2020-04-03 23:43:46 +02:00
parent 506a821280
commit fd36f66099
9 changed files with 333 additions and 248 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.StringFlag{
Name: "tracing-service",
Value: "hello",
Value: "ocis",
Usage: "Service name for tracing",
EnvVars: []string{"OCIS_TRACING_SERVICE"},
Destination: &cfg.Tracing.Service,