Skip to content

Commit

Permalink
docs: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jul 12, 2024
1 parent 16914fa commit 41d9e16
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions packages/create-rsbuild/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ type Argv = {

function logHelpMessage() {
logger.log(`
Usage: create-rsbuild [options]
Options:
-h, --help display help for command
-d, --dir create project in specified directory
-t, --template specify the template to use
--tools select additional tools (biome, eslint, prettier)
--override override files in target directory
Templates:
react react-ts
vue3 vue3-ts
vue2 vue2-ts
lit lit-ts
preact preact-ts
svelte svelte-ts
solid solid-ts
vanilla vanilla-ts
`);
Usage: create-rsbuild [options]
Options:
-h, --help display help for command
-d, --dir create project in specified directory
-t, --template specify the template to use
--tools select additional tools (biome, eslint, prettier)
--override override files in target directory
Templates:
react react-ts
vue3 vue3-ts
vue2 vue2-ts
lit lit-ts
preact preact-ts
svelte svelte-ts
solid solid-ts
vanilla vanilla-ts
`);
}

async function getTemplate({ template }: Argv) {
Expand Down

0 comments on commit 41d9e16

Please sign in to comment.