logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Rex::Commands::Notify - Notify a resource to execute.

Description

       This module exports the notify() function.

Exported Functions

notify($resource_type,$resource_name)
       This function will notify the given $resource_name of the given $resource_type to execute.

perl v5.40.0                                       2025-02-06                         Rex::Commands::Notify(3pm)

Name

       Rex::Commands::Notify - Notify a resource to execute.

Synopsis

        notify "run", "extract-archive";
        notify $type, $resource_name;

See Also