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

Event::ExecFlow::Job::Command - External command for async execution

Attributes

       Attributes can by accessed at runtime using the common get_ATTR(), set_ATTR() style accessors.

       [ FIXME: describe all attributes in detail ]

Authors

        Jörn Reder <joern at zyn dot de>

Description

       Use this module for asynchronous execution of an external command with Event::ExecFlow.

Methods

       [ FIXME: describe all methods in detail ]

Name

       Event::ExecFlow::Job::Command - External command for async execution

Object Hierarchy

         Event::ExecFlow

         Event::ExecFlow::Job
         +--- Event::ExecFlow::Job::Command

         Event::ExecFlow::Frontend
         Event::ExecFlow::Callbacks

Pod Errors

       Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:

       Around line 302:
           Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252

perl v5.38.2                                       2024-02-17                 Event::ExecFlow::Job::Command(3pm)

Synopsis

         Event::ExecFlow::Job::Command->new (
           command              => Shell command to be executed,
           fetch_output         => Boolean if output should be fetched,
           progress_parser      => A closure or regex for progress parsing,
           configure_callback   => A closure to configure the command
                                   before execution,
           ...
           Event::ExecFlow::Job attributes
         );

See Also