33c2d77aaf
Moose role for processing command line options ok robert@
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
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.
|