diff options
| author | Nick Merwin <[email protected]> | 2015-07-28 14:20:14 -0700 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2015-07-28 14:20:14 -0700 |
| commit | 0a58986dea663eed81efd1efbbd212944969a4ab (patch) | |
| tree | 6f8f66ed334b0e084d75cdda5cbeed8f4a0ce6bb | |
| parent | ec169bbaaca2e387b55d2b9f245732fabeb541be (diff) | |
| parent | 701abbcec5f43cd1387e3a9f9d041243f419f17c (diff) | |
| download | node-coveralls-0a58986dea663eed81efd1efbbd212944969a4ab.tar.xz node-coveralls-0a58986dea663eed81efd1efbbd212944969a4ab.zip | |
Merge pull request #74 from JonathanPorta/add-command-line-params
Add command line params to README
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -108,6 +108,14 @@ Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomj lab -r lcov | ./node_modules/.bin/coveralls ``` +### Command Line Parameters +Usage: coveralls.js [-v] filepath + +#### Optional arguments: + +-v, --verbose + +filepath - optionally defines the base filepath of your source files. ## Running locally |
