EnlightenedPerlOrganisation / task-kensho

A Glimpse at an Enlightned Perl Distribution
http://search.cpan.org/dist/Task-Kensho
Other
71 stars 23 forks source link

Add Getopt::Lucid to a new section (command line processing) #69

Open niceperl opened 4 years ago

niceperl commented 4 years ago

I think the current CLI section holds other kind of modules. There are many candidates, the one I suggest is Getopt::Lucid - Clear, readable syntax for command line processing

MooseX::Getopt could be moved to this new section (from Task::Kensho::OOP)

PaulGWebster commented 4 years ago

It seems a good choice, though it is slightly concerning that there are 2 issues open one of which dating back to 2013

davebaird commented 2 years ago

I recommend Docopt. It's an implementation of docopt. It works by parsing your usage statement, it's a joy to use.