NAME
Analizo::Command - global options for toolsDESCRIPTION
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> --usageAny analizo tool should implement validate(), method which is called by validate_args() implemented here. See App::Cmd::Command for details about validate_args().
COPYRIGHT AND AUTHORS
See analizo(1).2022-10-15 | perl v5.34.0 |