Skip to content

Commit

Permalink
Merge pull request #410 from thedadams/unhide-ui-tui
Browse files Browse the repository at this point in the history
chore: make ui and tui flags visible
  • Loading branch information
thedadams authored May 31, 2024
2 parents ddda6d5 + 784557b commit e904bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/gptscript.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ type GPTScript struct {
ForceChat bool `usage:"Force an interactive chat session if even the top level tool is not a chat tool"`
ForceSequential bool `usage:"Force parallel calls to run sequentially"`
Workspace string `usage:"Directory to use for the workspace, if specified it will not be deleted on exit"`
UI bool `usage:"Launch the UI" hidden:"true" local:"true" name:"ui"`
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"`

readData []byte
}
Expand Down

0 comments on commit e904bca

Please sign in to comment.