Skip to content

Commit c5a4901

Browse files
authored
docs(en-creating-a-project): update --help output (#6706)
1 parent 4adf931 commit c5a4901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/creating-a-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ Options:
5353
-g, --git [message|false] Force / skip git initialization, optionally specify initial commit message
5454
-n, --no-git Skip git initialization
5555
-f, --force Overwrite target directory if it exists
56+
--merge Merge target directory if it exists
5657
-c, --clone Use git clone when fetching remote preset
5758
-x, --proxy Use specified proxy when creating project
5859
-b, --bare Scaffold project without beginner instructions
60+
--skipGetStarted Skip displaying "Get started" instructions
5961
-h, --help Output usage information
6062
```
6163

0 commit comments

Comments
 (0)