Skip to content

Commit 2c5fec4

Browse files
authored
drop unintended file
1 parent d01aeb3 commit 2c5fec4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/cli.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ export const cliOptions = {
163163
describe:
164164
'Additional arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.',
165165
},
166-
ignoreDefaultChromeArg: {
167-
type: 'array',
168-
describe:
169-
'Explicitly disable default arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.',
170-
},
171166
categoryEmulation: {
172167
type: 'boolean',
173168
default: true,
@@ -229,10 +224,6 @@ export function parseArguments(version: string, argv = process.argv) {
229224
`$0 --chrome-arg='--no-sandbox' --chrome-arg='--disable-setuid-sandbox'`,
230225
'Launch Chrome without sandboxes. Use with caution.',
231226
],
232-
[
233-
`$0 --ignore-default-chrome-arg='--disable-extensions'`,
234-
'Disable the default arguments provided by Puppeteer. Use with caution.',
235-
],
236227
['$0 --no-category-emulation', 'Disable tools in the emulation category'],
237228
[
238229
'$0 --no-category-performance',

0 commit comments

Comments
 (0)