grammyjs / create-grammy

Command-line grammY scaffolding tool.
MIT License
9 stars 3 forks source link

fix: issues with promptkit/selection #56

Closed dcdunkan closed 1 year ago

dcdunkan commented 1 year ago
$ go run ./cmd/main.go
# github.com/grammyjs/create-grammy/internal/prompts/platform
internal/prompts/platform/platform.go:12:13: undefined: selection.Choices
# github.com/grammyjs/create-grammy/internal/prompts/template
internal/prompts/template/template.go:24:69: undefined: selection.Choices
# github.com/grammyjs/create-grammy/internal/prompts/additional
internal/prompts/additional/additional.go:82:15: undefined: selection.Choices

Due to the latest changes in erikgeiser/promptkit

Satont commented 1 year ago

Thanks.