Skip to content

Add Getopt::getKnownOptions()

Thomas Flori requested to merge github/fork/mbaynton/master into master

Created by: mbaynton

Prompted by a script I'm doing that scans a subdirectory for "plugins," which are passed a Getopt instance and have the opportunity to add options before parsing occurs. There didn't seem to be a way to see if any of my plugins added Options.

Merge request reports