Skip to content

Commit

Permalink
Changing default text
Browse files Browse the repository at this point in the history
  • Loading branch information
AAVision committed Jul 29, 2023
1 parent ced9f09 commit 7addec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
return
}

selectedDomain, _ := pterm.DefaultInteractiveSelect.WithOptions(availableDomains).Show()
selectedDomain, _ := pterm.DefaultInteractiveSelect.WithDefaultText("Please select a domain").WithOptions(availableDomains).Show()

generatedName := generateRandomString(10)
email, err := createEmail(generatedName, string(selectedDomain))
Expand Down

0 comments on commit 7addec7

Please sign in to comment.