Merge Branch create-util #19

Merged
Adammatthiesen merged 62 commits from create-util into main 2024-01-28 09:42:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 009b314e1f - Show all commits

View File

@ -45,7 +45,7 @@ export async function createBasic(ctx) {
initialValue: false,
}), initGitRepo: () =>
prompts.confirm({
message: `${c.cyan('Initialize a Git repository?')} ${c.gray(`( Tip: If this option gets 'stuck' press the enter button a second time! )`)}`,
message: `${c.cyan('Initialize a Git repository?')} ${c.italic(c.gray(`( Tip: If this option gets 'stuck' press the enter button a second time! )`))}`,
initialValue: false,
}),
},