Skip to content

Commit e4a0396

Browse files
Ran pnpm refresh-manifests
1 parent 593ac24 commit e4a0396

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
@@ -594,7 +594,7 @@ FLAGS
594594
--flavor=<value> Which flavor of the given template to use.
595595
--no-color Disable color output.
596596
--template=<value> The app template. Accepts one of the following:
597-
- <remix|none>
597+
- <reactRouter|remix|none>
598598
- Any GitHub repo with optional branch and subpath, e.g.,
599599
https://github.com/Shopify/<repository>/[subpath]#[branch]
600600
--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)