chore: hide npx playwright debug command (#8946)

This commit is contained in:
Max Schmitt 2021-09-15 21:19:16 +02:00 committed by GitHub
parent 14bc663742
commit 96355b3a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ commandWithOpenOptions('codegen [url]', 'open page and generate code for user ac
});
program
.command('debug <app> [args...]')
.command('debug <app> [args...]', { hidden: true })
.description('run command in debug mode: disable timeout, open inspector')
.allowUnknownOption(true)
.action(function(app, args) {