diff --git a/src/bin/chrome-devtools.ts b/src/bin/chrome-devtools.ts index cefb13489..53a8eba54 100644 --- a/src/bin/chrome-devtools.ts +++ b/src/bin/chrome-devtools.ts @@ -100,7 +100,7 @@ y.command( await start(args); process.exit(0); }, -).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 y.command('status', 'Checks if chrome-devtools-mcp is running', async () => { if (isDaemonRunning()) {