NAME
webdash - Web::Dash daemon runner
SYNOPSIS
webdash [OPTIONS]
webdash --port 8080
webdash --host 0.0.0.0 --port 8080
DESCRIPTION
This command starts a Web::Dash daemon in foreground.
OPTIONS
- -o, --host HOST_ADDRESS (default: 127.0.0.1)
 - 
The address webdash listens to.
 - -p, --port TCP_PORT (default: 5000)
 - 
The TCP port number webdash listens to.
 - -h, --help
 - 
Show this message.
 
AUTHOR
Toshio Ito <toshioito [at] cpan.org>