Skip to content

Commit

Permalink
Merge pull request #460 from DopplerHQ/nic/tui-remove-beta
Browse files Browse the repository at this point in the history
Remove beta annotations from tui command
  • Loading branch information
nmanoogian authored Jul 1, 2024
2 parents 54d5ad9 + 50329bc commit e1684b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

var tuiCmd = &cobra.Command{
Use: "tui",
Short: "Launch TUI (BETA)",
Short: "Launch TUI",
Args: cobra.NoArgs,
Run: tui,
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/tui/gui/cmp_prompt_intro.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (self *PromptIntroComponent) Close() error {
}

func (self *PromptIntroComponent) Render() error {
text := `Welcome to the beta version of the Doppler TUI!
text := `Welcome to the Doppler TUI!
To get started, close this window with Escape and then
press ? to view a list of keybindings and supported operations.
Expand Down

0 comments on commit e1684b2

Please sign in to comment.