Closed
Description
Required check list:
- I'm gonna mark the checkboxes like this.
- I didn't find in the Create Go App CLI repository's issues section similar bug.
- I understand, that the Create Go App CLI is Open Source and not-for-profit product.
- This is not about third-party project, framework, package or technology.
My environment:
- Linux Ubuntu SMP x86_64 GNU/Linux
- go version go1.19.2 linux/amd64
- cgapp version 3.6.2
Describe the bug:
Bug when creating a new app with custom template, In last prompt Y
choice is still a No.
Steps to reproduce the behavior:
- run
cgapp create -t
- In my case, I choose echo-go-template as backend template, so input
github.com/create-go-app/echo-go-template
- Do the same thing for the frontend(pick your own frontend template).
- Lastly, type
Y
for the last prompt.
Expected behavior:
The app picks the no
choice and closes.
Screenshots: