NAME

DynGig::CLI::RCED - CLI for RCE Server

EXAMPLE

 use DynGig::CLI::RCED;

 DynGig::CLI::RCED->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::CLI