chore: unhide merge-reports command

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-09-13 11:58:57 +02:00 committed by GitHub
parent cd4dabef8b
commit 9e47afba7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ Examples:
} }
function addMergeReportsCommand(program: Command) { 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.description('merge multiple blob reports (for sharded tests) into a single report');
command.action(async (dir, options) => { command.action(async (dir, options) => {
try { try {