Skip to content

Commit 0778fcf

Browse files
authored
chore: hide run-server command (#38277)
1 parent bf6a60f commit 0778fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playwright-core/src/cli/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ program
292292
});
293293

294294
program
295-
.command('run-server')
295+
.command('run-server', { hidden: true })
296296
.option('--port <port>', 'Server port')
297297
.option('--host <host>', 'Server host')
298298
.option('--path <path>', 'Endpoint Path', '/')

0 commit comments

Comments
 (0)