We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3095a30 commit 1499d9dCopy full SHA for 1499d9d
config/opts.go
@@ -20,7 +20,7 @@ type (
20
}
21
22
Loganalytics struct {
23
- Workspace []string `long:"loganalytics.workspace" env:"LOGANALYTICS_WORKSPACE" description:"Loganalytics workspace IDs" required:"true"`
+ Workspace []string `long:"loganalytics.workspace" env:"LOGANALYTICS_WORKSPACE" delim:" " description:"Loganalytics workspace IDs" required:"true"`
24
25
26
// config
0 commit comments