Subject: | Allow options to be massaged |
I would like my options that describe directories or files to be Path::Class::{Dir,File} objects.
Some ways to implement this that I can think of:
- Allow { massage => sub { file($_) } } in describe_options for individual options,
- Make Getopt::Long::Descriptive::Opts mutable, i.e. let me munge the options after they have
been loaded.