File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ func (g GlobalOptions) toEnv() []string {
28
28
type Options struct {
29
29
GlobalOptions `json:",inline"`
30
30
31
- Confirm bool `json:"confirm"`
32
- Input string `json:"input"`
33
- DisableCache bool `json:"disableCache"`
34
- CacheDir string `json:"cacheDir"`
35
- SubTool string `json:"subTool"`
36
- Workspace string `json:"workspace"`
37
- ChatState string `json:"chatState"`
38
- IncludeEvents bool `json:"includeEvents"`
39
- Prompt bool `json:"prompt"`
40
- CredentialOverride string `json:"credentialOverride "`
31
+ Confirm bool `json:"confirm"`
32
+ Input string `json:"input"`
33
+ DisableCache bool `json:"disableCache"`
34
+ CacheDir string `json:"cacheDir"`
35
+ SubTool string `json:"subTool"`
36
+ Workspace string `json:"workspace"`
37
+ ChatState string `json:"chatState"`
38
+ IncludeEvents bool `json:"includeEvents"`
39
+ Prompt bool `json:"prompt"`
40
+ CredentialOverrides [] string `json:"credentialOverrides "`
41
41
}
You can’t perform that action at this time.
0 commit comments