]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
docs: `--help` must be prefixed with `--`, otherwise it'll be passed to `npx` [skip ci]
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 24 Dec 2024 15:14:19 +0000 (23:14 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 24 Dec 2024 15:14:19 +0000 (23:14 +0800)
README.md

index 075dff142d31c96b57f3eb61a75837c7296bd83c..5784f8c0a4fd3ed9156d22b3d4dba96f5eb60d57 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ npm create vue@latest
 > [!NOTE]
 > (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
 
-By default the command will run in interactive mode, but you can also provide feature flags in the CLI arguments to skip the prompts. Run `npm create vue@latest --help` to see all available options.
+By default the command will run in interactive mode, but you can also provide feature flags in the CLI arguments to skip the prompts. Run `npm create vue@latest -- --help` to see all available options.
 
 If you need to support IE11, you can create a Vue 2 project with: