The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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