in reply to Getopt::TooMany: looking for a perfect CLI processor

I've been using Getopt::Long::Descriptive for a while with decent results. I don't know if it does all you want, i.e. it has accessors but perhaps not mutators, but it can return errors on missing args in the opt_spec array.

  • Comment on Re: Getopt::TooMany: looking for a perfect CLI processor

Replies are listed 'Best First'.
Re^2: Getopt::TooMany: looking for a perfect CLI processor
by Dallaylaen (Chaplain) on Sep 10, 2019 at 13:13 UTC
    Well, it does answer my question as a whole. Thank you.