The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

DESCRIPTION

MooX::Cmd give you an easy way to organize your tools into many subcommands.

We can take 'git' as a example.

  git checkout [params]
  git commit [params]

MooX::Options support natively this tools. It improve the help message to display automatically the subcommands.

SEE ALSO

MooX::Options

MooX::Cmd