Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Aug 4, 2023
1 parent 739abf9 commit c9fbde3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/commands/report/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ async function setupCommand (name, description, argv, importMeta) {
Options
${printFlagList({
'--all': 'Include all issues',
'--debug': 'Output debug information',
'--dry-run': 'Only output what will be done without actually doing it',
'--json': 'Output result as json',
'--markdown': 'Output result as markdown',
'--strict': 'Exits with an error code if any matching issues are found',
'--view': 'Will wait for and return the created report'
'all': 'Include all issues',
'debug': 'Output debug information',
'dry-run': 'Only output what will be done without actually doing it',
'json': 'Output result as json',
'markdown': 'Output result as markdown',
'strict': 'Exits with an error code if any matching issues are found',
'view': 'Will wait for and return the created report'
}, 6)}
Examples
Expand Down

0 comments on commit c9fbde3

Please sign in to comment.