mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add --yes flag by default to command generator
This commit is contained in:
@@ -730,7 +730,7 @@ const generateCommand = (stackState: StackState): string => {
|
||||
}
|
||||
|
||||
const projectName = stackState.projectName || "my-better-t-app";
|
||||
const flags: string[] = [];
|
||||
const flags: string[] = ["--yes"];
|
||||
|
||||
const checkDefault = <K extends keyof StackState>(
|
||||
key: K,
|
||||
|
||||
Reference in New Issue
Block a user