Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,16 +931,16 @@ DESCRIPTION

## `shopify config autocorrect status`

Check whether autocorrect is enabled or disabled. On by default.
Check whether autocorrect is enabled or disabled. Off by default.

```
USAGE
$ shopify config autocorrect status
DESCRIPTION
Check whether autocorrect is enabled or disabled. On by default.
Check whether autocorrect is enabled or disabled. Off by default.
Check whether autocorrect is enabled or disabled. On by default.
Check whether autocorrect is enabled or disabled. Off by default.
When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is
available.
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3236,8 +3236,8 @@
"args": {
},
"customPluginName": "@shopify/plugin-did-you-mean",
"description": "Check whether autocorrect is enabled or disabled. On by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n",
"descriptionWithMarkdown": "Check whether autocorrect is enabled or disabled. On by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n",
"description": "Check whether autocorrect is enabled or disabled. Off by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n",
"descriptionWithMarkdown": "Check whether autocorrect is enabled or disabled. Off by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n",
"enableJsonFlag": false,
"flags": {
},
Expand All @@ -3249,7 +3249,7 @@
"pluginName": "@shopify/cli",
"pluginType": "core",
"strict": true,
"summary": "Check whether autocorrect is enabled or disabled. On by default."
"summary": "Check whether autocorrect is enabled or disabled. Off by default."
},
"debug:command-flags": {
"aliases": [
Expand Down Expand Up @@ -7780,4 +7780,4 @@
}
},
"version": "3.88.0"
}
}