We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c3f9d commit 8cc97edCopy full SHA for 8cc97ed
1 file changed
src/index.ts
@@ -278,7 +278,7 @@ export async function create({
278
if (isAgent) {
279
console.log('');
280
logger.info(
281
- 'To create a project non-interactively, run: npx -y create-rsbuild <DIR> --template <TEMPLATE>',
+ `To create a project non-interactively, run: npx -y create-${name} <DIR> --template <TEMPLATE>`,
282
);
283
}
284
0 commit comments