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::Automata::CLI::Watcher::Run - CLI for watcher run.

EXAMPLE

use DynGig::Automata::CLI::Watcher::Run;

DynGig::Automata::CLI::Watcher::Run->main
(
    user => 'username',
    root => '/watcher/root/path',
);

SYNOPSIS

$exe --help

$exe name [--root dir]

$exe name [--root dir] --repeat

NOTE

See DynGig::Automata