We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bb210 commit 7081a10Copy full SHA for 7081a10
1 file changed
src/bin/chrome-devtools.ts
@@ -43,7 +43,8 @@ const startCliOptions = {
43
...cliOptions,
44
} as Partial<typeof cliOptions>;
45
46
-// autoConnect is supported by the CLI.
+// Not supported in CLI on purpose.
47
+delete startCliOptions.autoConnect;
48
// Missing CLI serialization.
49
delete startCliOptions.viewport;
50
// CLI is generated based on the default tool definitions. To enable conditional
0 commit comments