Skip to content

Commit

Permalink
Command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored Nov 14, 2019
1 parent bf6819b commit a5d7402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ commander
.option('-a, --android', 'Analyse Android bundle ')
.option('-d, --dev', 'Analyse development bundle')
.option('-j, --json', 'Output JSON')
.option('-r, --report [type]', 'Name of report', defaultReportName)
.option('-k, --keep', 'Keep bundle file and map', false)
.option('-r, --report [string]', 'Custom name for the report file (without ext)', defaultReportName)
.option('-k, --keep', 'Don\'t delete JS bundle and source map after execution', false)
.option('-o, --output [dir]', 'Specify output dir', defaultDir)
.option('-p, --port [port]', 'Specify js package port')
.parse(process.argv);
Expand Down

0 comments on commit a5d7402

Please sign in to comment.