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::Exclude - CLI for watcher exclude.

EXAMPLE

use DynGig::Automata::CLI::Watcher::Exclude;

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

SYNOPSIS

$exe --help

$exe [--root dir] [--user user] [--job jobs] [--target targets] [name ..] --lock period

$exe [--root dir] [--user user] [--job jobs] [--target targets] [name ..] --unlock

$exe [--root dir] [--user user] [--job jobs] [--target targets] [name ..] [--status]

NOTE

See DynGig::Automata