chore: unhide merge-reports command (#32605)

This commit is contained in:
Max Schmitt 2024-09-13 16:13:23 +02:00 committed by GitHub
parent e3370c9eb0
commit 9e99c86f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ Examples:
}
function addMergeReportsCommand(program: Command) {
const command = program.command('merge-reports [dir]', { hidden: true });
const command = program.command('merge-reports [dir]');
command.description('merge multiple blob reports (for sharded tests) into a single report');
command.action(async (dir, options) => {
try {