Skip to content

Commit e904bca

Browse files
authored
Merge pull request #410 from thedadams/unhide-ui-tui
chore: make ui and tui flags visible
2 parents ddda6d5 + 784557b commit e904bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cli/gptscript.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ type GPTScript struct {
6969
ForceChat bool `usage:"Force an interactive chat session if even the top level tool is not a chat tool"`
7070
ForceSequential bool `usage:"Force parallel calls to run sequentially"`
7171
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"`
72+
UI bool `usage:"Launch the UI" local:"true" name:"ui"`
73+
TUI bool `usage:"Launch the TUI" local:"true" name:"tui"`
7474

7575
readData []byte
7676
}

0 commit comments

Comments
 (0)