logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Analizo::Command - global options for tools

Description

       Following the instructions from the App::Cmd::Tutorial we create this module to be a superclass of every
       analizo tool, in that way we can have global options to every analizo tool:

         analizo <tool> --help
         analizo <tool> --usage

       Any analizo tool should implement validate(), method which is called by validate_args() implemented here.
       See App::Cmd::Command for details about validate_args().

Name

       Analizo::Command - global options for tools

See Also