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.