NAME
DynGig::RCE::CLI::Server - CLI for RCE Server
EXAMPLE
use DynGig::RCE::CLI::Server;
DynGig::RCE::CLI::Server->main
(
'access-file' => '/access/file/path',
'code-dir' => '/code/dir/path',
'max-buf' => 4092,
'thread' => 20,
);
SYNOPSIS
$exe --help
$exe [--access-file file] [--code-dir dir] [--max-buf size] [--thread number] --port number | /unix/domain/socket/path
NOTE
See DynGig::RCE