From 96355b3a7a9724b1df0ed4cde4bdeee61925203d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 15 Sep 2021 21:19:16 +0200 Subject: [PATCH] chore: hide npx playwright debug command (#8946) --- src/cli/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/cli.ts b/src/cli/cli.ts index e74a1e99f1..5668816c57 100755 --- a/src/cli/cli.ts +++ b/src/cli/cli.ts @@ -67,7 +67,7 @@ commandWithOpenOptions('codegen [url]', 'open page and generate code for user ac }); program - .command('debug [args...]') + .command('debug [args...]', { hidden: true }) .description('run command in debug mode: disable timeout, open inspector') .allowUnknownOption(true) .action(function(app, args) {