-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It creates the project even if I type n and press enter #124
Comments
Thanks for opening your first issue here! 👍 Be sure to follow the issue template. |
Hi, It's not really a bug. The point here is that the project parts are created independently of each other. I think that we need to add additional checks at each step so that if an error occurs, delete all parts of the project that have already been created. If you have time to send such a PR, I will be very glad 😊 |
I wanted to use cgapp to learn golang programming :)) But I have no choice :) I'll try to figure out how to fix it |
@koddr I have added it. Please check. |
Added in Thanks! 👍 |
Thanks you too! |
Required check list:
My environment:
uname -a
):Linux 5.4.0-109-generic #123~18.04.1-Ubuntu SMP Fri Apr 8 09:48:52 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
go version
):go version go1.18.1 linux/amd64
cgapp -v
):cgapp version 3.6.1
Describe the bug:
Steps to reproduce the behavior:
n
Expected behavior:
I expect it stop creation, but it creates files:
The text was updated successfully, but these errors were encountered: