Skip to content

Commit a8604b9

Browse files
committed
fix
1 parent 97b21f1 commit a8604b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-doctor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Options:
8585
-y, --yes skip prompts, scan all workspace projects
8686
--project <name> select workspace project (comma-separated for multiple)
8787
--diff [base] scan only files changed vs base branch
88-
--no-ami skip Ami-related prompts
88+
--ami enable Ami-related prompts
8989
--fix open Ami to auto-fix all issues
9090
-h, --help display help for command
9191
```

packages/react-doctor/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const program = new Command()
143143
.option("--project <name>", "select workspace project (comma-separated for multiple)")
144144
.option("--diff [base]", "scan only files changed vs base branch")
145145
.option("--offline", "skip telemetry (anonymous, not stored, only used to calculate score)")
146-
.option("--no-ami", "skip Ami-related prompts")
146+
.option("--ami", "enable Ami-related prompts")
147147
.option("--fail-on <level>", "exit with error code on diagnostics: error, warning, none", "none")
148148
.option("--fix", "open Ami to auto-fix all issues")
149149
.action(async (directory: string, flags: CliFlags) => {

0 commit comments

Comments
 (0)