Skip to content

Commit 8cc97ed

Browse files
authored
fix: update CLI command in non-interactive mode message (#90)
1 parent 44c3f9d commit 8cc97ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export async function create({
278278
if (isAgent) {
279279
console.log('');
280280
logger.info(
281-
'To create a project non-interactively, run: npx -y create-rsbuild <DIR> --template <TEMPLATE>',
281+
`To create a project non-interactively, run: npx -y create-${name} <DIR> --template <TEMPLATE>`,
282282
);
283283
}
284284

0 commit comments

Comments
 (0)