Bases: optparse.OptionParser
An unknown option pass-through implementation of OptionParser.
When unknown arguments are encountered, bundle with largs and try again, until rargs is depleted.
sys.exit(status) will still be called if a known argument is passed incorrectly (e.g. missing arguments or bad argument types, etc.)