From e3106949a58390333db645fe5e1040bc3849c2f5 Mon Sep 17 00:00:00 2001 From: Jonathan Porta Date: Mon, 10 Nov 2014 16:41:01 -0800 Subject: Document possible command line params --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3 From 701abbcec5f43cd1387e3a9f9d041243f419f17c Mon Sep 17 00:00:00 2001 From: Jonathan Porta Date: Mon, 10 Nov 2014 16:41:42 -0800 Subject: Typo --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7d62da3..a73e7bb 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Usage: coveralls.js [-v] filepath #### Optional arguments: -v, --verbose + filepath - optionally defines the base filepath of your source files. ## Running locally -- cgit v1.2.3