We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced9f09 commit 7addec7Copy full SHA for 7addec7
main.go
@@ -45,7 +45,7 @@ func main() {
45
return
46
}
47
48
- selectedDomain, _ := pterm.DefaultInteractiveSelect.WithOptions(availableDomains).Show()
+ selectedDomain, _ := pterm.DefaultInteractiveSelect.WithDefaultText("Please select a domain").WithOptions(availableDomains).Show()
49
50
generatedName := generateRandomString(10)
51
email, err := createEmail(generatedName, string(selectedDomain))
0 commit comments