aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Porta <[email protected]>2014-11-10 16:41:01 -0800
committerJonathan Porta <[email protected]>2014-11-10 16:41:01 -0800
commite3106949a58390333db645fe5e1040bc3849c2f5 (patch)
tree8dabfb01be670402643d1b2881d3040d91ce3c16 /README.md
parentfde16dfe2b28fed153e7a9d37f878aadcc0e4f06 (diff)
downloadnode-coveralls-e3106949a58390333db645fe5e1040bc3849c2f5.tar.xz
node-coveralls-e3106949a58390333db645fe5e1040bc3849c2f5.zip
Document possible command line params
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3223f42..7d62da3 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,13 @@ 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