We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3474f4 commit a8a25f6Copy full SHA for a8a25f6
opts.go
@@ -38,4 +38,5 @@ type Options struct {
38
IncludeEvents bool `json:"includeEvents"`
39
Prompt bool `json:"prompt"`
40
CredentialOverrides []string `json:"credentialOverrides"`
41
+ Location string `json:"location"`
42
}
0 commit comments