chore: unhide merge-reports command (#32605)
This commit is contained in:
parent
e3370c9eb0
commit
9e99c86f00
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue