Skip to content

Commit fd44236

Browse files
Ran pnpm refresh-manifests
1 parent 475fa99 commit fd44236

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ FLAGS
596596
--flavor=<value> Which flavor of the given template to use.
597597
--no-color Disable color output.
598598
--template=<value> The app template. Accepts one of the following:
599-
- <remix|none>
599+
- <reactRouter|remix|none>
600600
- Any GitHub repo with optional branch and subpath, e.g.,
601601
https://github.com/Shopify/<repository>/[subpath]#[branch]
602602
--verbose Increase the verbosity of the output.

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@
18211821
"type": "option"
18221822
},
18231823
"template": {
1824-
"description": "The app template. Accepts one of the following:\n - <remix|none>\n - Any GitHub repo with optional branch and subpath, e.g., https://github.com/Shopify/<repository>/[subpath]#[branch]",
1824+
"description": "The app template. Accepts one of the following:\n - <reactRouter|remix|none>\n - Any GitHub repo with optional branch and subpath, e.g., https://github.com/Shopify/<repository>/[subpath]#[branch]",
18251825
"env": "SHOPIFY_FLAG_TEMPLATE",
18261826
"hasDynamicHelp": false,
18271827
"multiple": false,

packages/create-app/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"type": "option"
7878
},
7979
"template": {
80-
"description": "The app template. Accepts one of the following:\n - <remix|none>\n - Any GitHub repo with optional branch and subpath, e.g., https://github.com/Shopify/<repository>/[subpath]#[branch]",
80+
"description": "The app template. Accepts one of the following:\n - <reactRouter|remix|none>\n - Any GitHub repo with optional branch and subpath, e.g., https://github.com/Shopify/<repository>/[subpath]#[branch]",
8181
"env": "SHOPIFY_FLAG_TEMPLATE",
8282
"hasDynamicHelp": false,
8383
"multiple": false,

0 commit comments

Comments
 (0)