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

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · Unknown · 79 lines · 61 code · 18 blank · 0 comment · 0 complexity · e12366e8554beed359fbee9af57cc3a6 MD5 · raw file

  1. .TH jscoverage-server 1 local
  2. .SH NAME
  3. jscoverage-server \- Run a server for instrumenting JavaScript with code coverage information
  4. .SH SYNOPSIS
  5. jscoverage-server [OPTION]...
  6. .SH DESCRIPTION
  7. jscoverage-server is a simple web server that instruments JavaScript code as it is served.
  8. .SH OPTIONS
  9. .TP
  10. .B --document-root=DIR
  11. serve content from
  12. .B DIR
  13. (default: current directory).
  14. .TP
  15. .B --encoding=ENCODING
  16. assume .js files use the given character encoding.
  17. .TP
  18. .B --ip-address=ADDRESS
  19. bind to
  20. .B ADDRESS
  21. (default: 127.0.0.1).
  22. .TP
  23. .B --js-version=VERSION
  24. use the specified JavaScript version; valid values for
  25. .B VERSION
  26. are 1.0, 1.1, 1.2, ..., 1.8, or ECMAv3 (the default).
  27. .TP
  28. .B --no-highlight
  29. do not perform syntax highlighting.
  30. .TP
  31. .B --no-instrument=URL
  32. do not instrument
  33. .B URL.
  34. .TP
  35. .B --port=PORT
  36. use
  37. .B PORT
  38. for TCP port (default: 8080).
  39. .TP
  40. .B --proxy
  41. run as a proxy.
  42. .TP
  43. .B --report-dir=DIR
  44. store report to
  45. .B DIR
  46. (default: jscoverage-report).
  47. .TP
  48. .B --shutdown
  49. stop a running server.
  50. .TP
  51. .B -v, --verbose
  52. explain what is being done.
  53. .TP
  54. .B -h, --help
  55. display this help and exit.
  56. .TP
  57. .B -V, --version
  58. display version information and exit.
  59. .
  60. .SH AUTHORS
  61. siliconforks.com