mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: hide merge-reports command (#22509)
This commit is contained in:
parent
ba8aed9dea
commit
b8b929fdea
@ -93,7 +93,7 @@ Examples:
|
||||
}
|
||||
|
||||
function addMergeReportsCommand(program: Command) {
|
||||
const command = program.command('merge-reports [dir]');
|
||||
const command = program.command('merge-reports [dir]', { hidden: true });
|
||||
command.description('merge multiple blob reports (for sharded tests) into a single report');
|
||||
command.action(async (dir, options) => {
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user