We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a405a9b commit 1c468fdCopy full SHA for 1c468fd
1 file changed
packages/init/src/init.ts
@@ -61,7 +61,9 @@ ${colors.rgb8("OPTIONS:", 3)}
61
${colors.rgb8("--tailwind", 2)} Use Tailwind for styling
62
${colors.rgb8("--vscode", 2)} Setup project for VS Code
63
${colors.rgb8("--docker", 2)} Setup Project to use Docker
64
- ${colors.rgb8("--builder", 2)} (Deprecated) Setup with builder instead of vite
+ ${
65
+ colors.rgb8("--builder", 2)
66
+} (Deprecated) Setup with builder instead of vite
67
${colors.rgb8("--help, -h", 2)} Show this help message
68
`;
69
0 commit comments