react-doctor 0.0.29 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +340 -65
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +350 -45
- package/dist/index.js.map +1 -1
- package/dist/react-doctor-plugin.js +24 -9
- package/dist/react-doctor-plugin.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ Options:
|
|
|
85
85
|
-y, --yes skip prompts, scan all workspace projects
|
|
86
86
|
--project <name> select workspace project (comma-separated for multiple)
|
|
87
87
|
--diff [base] scan only files changed vs base branch
|
|
88
|
-
--
|
|
88
|
+
--ami enable Ami-related prompts
|
|
89
89
|
--fix open Ami to auto-fix all issues
|
|
90
90
|
-h, --help display help for command
|
|
91
91
|
```
|