Revision history for YA-CLI

TODO: Port to Object::Pad / Corrina

0.007     2024-04-03 01:30:12Z

    * Allow skipping none plugin modules
    * Fix bug where --help or --man where supplied on the main binary without a
      default action. This now runs the correct option (with propper exit code)

0.006     2024-03-23 00:01:38Z

    * Allow actions which have both subcommands and not, eg
        YA::CLI::My::Action supports actions without sub commands
        YA::CLI::My::Action::Subcommand supports subcommands

0.005     2024-02-23 18:58:45Z

    * Fix usage() bug where incorrect POD is shown

0.004     2023-09-07 14:17:03Z

    * Add sub commands so you could implement logic as this:
        script.pl mr create --options here

0.003     2023-08-07 21:43:03Z

    * Update POD for YA::CLI::ActionRole
    * Add access to arguments which are not processed by the
      new_from_args

0.002     2022-06-10 12:08:13Z

    * Bumped List::Util to 1.33 and Getopt::Long to 2.39 (CPAN testers)

0.001     2022-06-09 16:36:11Z

    * Initial release