aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2015-07-28 14:20:14 -0700
committerNick Merwin <[email protected]>2015-07-28 14:20:14 -0700
commit0a58986dea663eed81efd1efbbd212944969a4ab (patch)
tree6f8f66ed334b0e084d75cdda5cbeed8f4a0ce6bb /README.md
parentec169bbaaca2e387b55d2b9f245732fabeb541be (diff)
parent701abbcec5f43cd1387e3a9f9d041243f419f17c (diff)
downloadnode-coveralls-0a58986dea663eed81efd1efbbd212944969a4ab.tar.xz
node-coveralls-0a58986dea663eed81efd1efbbd212944969a4ab.zip
Merge pull request #74 from JonathanPorta/add-command-line-params
Add command line params to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 870e11e..0ba9343 100644
--- a/README.md
+++ b/README.md
@@ -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