NAME
elzar - Elzar HTTP and WebSocket server
SYNOPSIS
Usage: elzar [OPTIONS] [APPLICATION]
  elzar ./script/my_app
  elzar ./myapp.pl
  elzar -f ./myapp.pl
Options:
  -c, --command <command>  Send command to running server
                             available commands:
                               "KILL"
                               "QUIT"
                               "WORKERS <n>"
                               "WORKER KILL|QUIT <n>"
  -h, --help            Show this message
  -i, --install <name>  Install as Windows service
  -r, --run_as_service  Run as Windows service
                        do not run this from the command line,
                        this is used by the service manager
  -s, --stop            Stop server gracefully
  -t, --test            Test application and exit
DESCRIPTION
Start Mojolicious and Mojolicious::Lite applications with the Elzar web server.