We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1a6470 + 4c6e33b commit b96ecbfCopy full SHA for b96ecbf
cmd/create.go
@@ -81,7 +81,7 @@ func runCreateCmd(cmd *cobra.Command, args []string) error {
81
}
82
83
// Catch the cancel action (hit "n" in the last question).
84
- if !createAnswers.AgreeCreation {
+ if (!createAnswers.AgreeCreation && !useCustomTemplate) || (!customCreateAnswers.AgreeCreation && useCustomTemplate) {
85
cgapp.ShowMessage(
86
"",
87
"Oh no! You said \"no\", so I won't create anything. Hope to see you soon!",
0 commit comments