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

Author

       Jonas Smedegaard "<dr@jones.dk>".

Description

       This is the base class for Boxer tasks.

       Tasks coerce, validate, and process application commands.

       Currently implemented tasks:

       •   Classify

       •   Serialize

       •   Bootstrap

Disclaimer Of Warranties

       THIS  PACKAGE  IS  PROVIDED  "AS  IS"  AND  WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
       LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

perl v5.38.2                                       2024-03-24                                   Boxer::Task(3pm)

Ideas

       Tasks  are  separated from commands to allow for different front-end interfaces, even if currently only a
       single command-line tool is provided.

   wrappers
       Might be useful to provide wrappers for existing command-line tools,  preserving  full  behavior  of  the
       underlying tool only extending it with relevant boxer options.

       Examples:

       •   "debootstrap-boxer [...] [--boxer-node=NODE[,NODE2...]] [...]"

   web
       Would  be  cool  to offer a web service where you could request a customized system image to be generated
       for you on demand.

Version

       Version v1.4.3

See Also