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::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