Skip to content

Instantly share code, notes, and snippets.

@lukaszewczak
Last active August 29, 2015 14:06
Show Gist options
  • Save lukaszewczak/103dbb00fe37ea9dc97e to your computer and use it in GitHub Desktop.
Save lukaszewczak/103dbb00fe37ea9dc97e to your computer and use it in GitHub Desktop.
options for weinre
D:\Projekty>weinre ?
usage: weinre [options]
version: 2.0.0-pre-HZO3BMNG
options:
--httpPort port to run the http server on default: 8080
--boundHost ip address to bind the server to default: localhost
--verbose print more diagnostics default: false
--debug print even more diagnostics default: false
--readTimeout seconds to wait for a client message default: 5
--deathTimeout seconds to wait to kill client default: 3*readTimeout
--boundHost can be an ip address, hostname, or -all-, where -all-
means binding to all ip address on the current machine'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment