Last active
August 29, 2015 14:06
-
-
Save lukaszewczak/103dbb00fe37ea9dc97e to your computer and use it in GitHub Desktop.
options for weinre
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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