We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddda6d5 + 784557b commit e904bcaCopy full SHA for e904bca
pkg/cli/gptscript.go
@@ -69,8 +69,8 @@ type GPTScript struct {
69
ForceChat bool `usage:"Force an interactive chat session if even the top level tool is not a chat tool"`
70
ForceSequential bool `usage:"Force parallel calls to run sequentially"`
71
Workspace string `usage:"Directory to use for the workspace, if specified it will not be deleted on exit"`
72
- UI bool `usage:"Launch the UI" hidden:"true" local:"true" name:"ui"`
73
- TUI bool `usage:"Launch the TUI" hidden:"true" local:"true" name:"tui"`
+ UI bool `usage:"Launch the UI" local:"true" name:"ui"`
+ TUI bool `usage:"Launch the TUI" local:"true" name:"tui"`
74
75
readData []byte
76
}
0 commit comments