Skip to content

Instantly share code, notes, and snippets.

@alco
Created June 13, 2014 03:16
Show Gist options
  • Save alco/f6c5ea527108b5a562c9 to your computer and use it in GitHub Desktop.
Save alco/f6c5ea527108b5a562c9 to your computer and use it in GitHub Desktop.
λ 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
λ 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