PageRenderTime 33ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/jscoverage-server-help.txt

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
Plain Text | 17 lines | 16 code | 1 blank | 0 comment | 0 complexity | 2fed8c1712116d85944d5cdff90a1157 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. Usage: jscoverage-server [OPTION]...
  2. Run a server for instrumenting JavaScript with code coverage information.
  3. Options:
  4. --document-root=DIR serve content from DIR (default: current directory)
  5. --encoding=ENCODING assume .js files use the given character encoding
  6. --ip-address=ADDRESS bind to ADDRESS (default: 127.0.0.1)
  7. --js-version=VERSION use the specified JavaScript version
  8. --no-highlight do not perform syntax highlighting
  9. --no-instrument=URL do not instrument URL
  10. --port=PORT use PORT for TCP port (default: 8080)
  11. --proxy run as a proxy
  12. --report-dir=DIR store report to DIR (default: `jscoverage-report')
  13. --shutdown stop a running server
  14. -v, --verbose explain what is being done
  15. -h, --help display this help and exit
  16. -V, --version display version information and exit