diff --git a/choose/command.go b/choose/command.go index 8130a01..9fc11d0 100644 --- a/choose/command.go +++ b/choose/command.go @@ -3,10 +3,11 @@ package choose import ( "errors" "fmt" - "github.com/charmbracelet/bubbles/textinput" "os" "strings" + "github.com/charmbracelet/bubbles/textinput" + "github.com/alecthomas/kong" "github.com/charmbracelet/bubbles/paginator" tea "github.com/charmbracelet/bubbletea"