jeffrifwald / babel-istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
144 stars 23 forks source link

--help #21

Closed AlbanMinassian closed 8 years ago

AlbanMinassian commented 8 years ago
babel-istanbul --help
Need a command to run
Try "istanbul help" for usage

must be Try "babel-istanbul help" for usage

ami44

jeffrifwald commented 8 years ago

0.3.18 help messages have been updated. Thanks!

AlbanMinassian commented 8 years ago

thanks