mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Update cli prompts
This commit is contained in:
@@ -6,7 +6,7 @@ export async function getGitChoice(git?: boolean): Promise<boolean> {
|
||||
if (git !== undefined) return git;
|
||||
|
||||
const response = await confirm({
|
||||
message: "Initialize a new git repository?",
|
||||
message: "Initialize git repository?",
|
||||
initialValue: DEFAULT_CONFIG.git,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user