ports/devel/p5-MooseX-Getopt/pkg/DESCR

6 lines
283 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Attempts to DWIM as much as possible with the command line params by
introspecting your class's attributes. It will use the name of your
attribute as the command line option, and if there is a type constraint
defined, it will configure Getopt::Long to handle the option
accordingly.