Skip to content

Commit

Permalink
improve: cli help info mention ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 26, 2021
1 parent bc0935e commit ab00de8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/cli/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default async function run(): Promise<void> {
const helpMessage = endent`
${bold('ALL COMMANDS')}
${renderIndentedList(['bench (default)', 'report'])}
${renderIndentedList(['bench (default)', 'report', 'ui'])}
${dim('ABOUT THIS COMMAND')}
Expand Down
6 changes: 0 additions & 6 deletions src/cli/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ export default async function run(): Promise<void> {
})

const helpMessage = endent`
${bold('ALL COMMANDS')}
${renderIndentedList(['bench (default)', 'report'])}
${dim('ABOUT THIS COMMAND')}
This command will merge Bema group results that have been fragmented
into multiple files into one final "report.json" file.
Expand Down

0 comments on commit ab00de8

Please sign in to comment.