chore: hide npx playwright debug command (#8946)
This commit is contained in:
parent
14bc663742
commit
96355b3a7a
|
|
@ -67,7 +67,7 @@ commandWithOpenOptions('codegen [url]', 'open page and generate code for user ac
|
||||||
});
|
});
|
||||||
|
|
||||||
program
|
program
|
||||||
.command('debug <app> [args...]')
|
.command('debug <app> [args...]', { hidden: true })
|
||||||
.description('run command in debug mode: disable timeout, open inspector')
|
.description('run command in debug mode: disable timeout, open inspector')
|
||||||
.allowUnknownOption(true)
|
.allowUnknownOption(true)
|
||||||
.action(function(app, args) {
|
.action(function(app, args) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue