Skip to content

Commit 784557b

Browse files
committed
chore: make ui and tui flags visible
Signed-off-by: Donnie Adams <[email protected]>
1 parent ddda6d5 commit 784557b

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)