IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

bug: weirdness around order of commands/options #59

Closed boneskull closed 5 years ago

boneskull commented 5 years ago

The following command fails because yargs doesn't recognize report-1.json as the file.

rtk transform -t filter --include header.componentVersions.node report-1.json

This may be because of misuse of yargs' array type.

boneskull commented 5 years ago

cc @gireeshpunathil