mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Use --yes flag instead of -y for clarity
This commit is contained in:
@@ -379,10 +379,10 @@ const StackArchitect = () => {
|
||||
stackState.install === "true";
|
||||
|
||||
if (isAllDefault) {
|
||||
return `${base} ${projectName} -y`;
|
||||
return `${base} ${projectName} --yes`;
|
||||
}
|
||||
|
||||
flags.push("-y");
|
||||
flags.push("--yes");
|
||||
|
||||
if (!stackState.frontend.includes("web")) {
|
||||
flags.push("--no-web");
|
||||
|
||||
Reference in New Issue
Block a user