Skip to content

Commit e714b3e

Browse files
committed
feat: consolidate cliTable
1 parent 50de04b commit e714b3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/cli/src/commands/compute/build/list.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,4 @@ export default class BuildList extends Command {
236236
});
237237
}
238238
}
239+

packages/cli/src/utils/cliTable.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ export function provenanceSummary(options: {
105105
if (depCount > 0) parts.push(`deps:${depCount}`);
106106
return parts.length ? parts.join(" ") : "-";
107107
}
108+

0 commit comments

Comments
 (0)