Created
June 13, 2014 03:16
-
-
Save alco/f6c5ea527108b5a562c9 to your computer and use it in GitHub Desktop.
This file contains 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
λ kiex use 0.13.1 | |
Using 0.13.1 | |
λ mix compile | |
[...] | |
λ mix help muweb | |
# mix help muweb | |
Synopsis: | |
mix muweb [OPTIONS] COMMAND [ARG...] | |
Single task encapsulating a set of useful commands | |
that utilise the μWeb server. | |
Options (available for all commands except "help"): | |
-h, --host | |
Hostname to resolve. Accepts extended format with port, e.g. | |
"localhost:4000". | |
-p, --port | |
Port number to listen on. | |
Commands: | |
help Display help for a command | |
inspect Log all incoming requests to stdout | |
proxy Work as a tunnelling proxy, logging all communications | |
serve Serve files from a given directory | |
Location: /Users/alco/home/projects/muweb/_build/dev/lib/muweb/ebin |
This file contains 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
λ kiex use 0.13.2 | |
Using 0.13.2 | |
λ mix compile | |
[...] | |
λ mix help muweb | |
mix help muweb | |
Synopsis: mix muweb [OPTIONS] COMMAND [ARG...] | |
Single task encapsulating a set of useful commands that utilise the μWeb | |
server. | |
Options (available for all commands except "help"): | |
-h, --host Hostname to resolve. Accepts extended format with port, e.g. | |
"localhost:4000". | |
-p, --port Port number to listen on. | |
Commands: help Display help for a command inspect Log all incoming | |
requests to stdout proxy Work as a tunnelling proxy, logging all | |
communications serve Serve files from a given directory | |
Location: _build/dev/lib/muweb/ebin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment