Skip to content

Commit

Permalink
docs: update cli help for available reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Apr 3, 2022
1 parent 6eb5f64 commit 034900f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ program

program.on('option:reporters', () => {
console.log();
console.log(' spec - hierarchical spec list');
console.log(' spec - hierarchical spec list logged to standard output (default)');
console.log(' html - html file');
console.log(' json - JSON file, based on jsonReportDir & jsonReportName options');
console.log(' tap - test anything protocol');
console.log();
process.exit();
});
Expand Down

0 comments on commit 034900f

Please sign in to comment.