make linter happier

This commit is contained in:
Lilian Jónsdóttir 2024-07-31 00:13:48 -07:00
parent 747a24ebd6
commit 98a5044662
6 changed files with 21 additions and 28 deletions

View file

@ -11,8 +11,6 @@ import (
"golang.org/x/term"
)
// TODO: use charm stuff for this
func YesNo(prompt string) bool {
return AskRune(prompt, "y/n") == 'y'
}