We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ae9e8 commit a10f591Copy full SHA for a10f591
src/bin/chrome-devtools.ts
@@ -100,7 +100,7 @@ y.command(
100
await start(args);
101
process.exit(0);
102
},
103
-).strict(); // Re-enable strict validation for other commands; this is applied to the yargs instance itself
+).strict(); // Re-enable strict validation for other commands; this is applied to the yargs instance itself.
104
105
y.command('status', 'Checks if chrome-devtools-mcp is running', async () => {
106
if (isDaemonRunning()) {
0 commit comments