I am trying to a custom processor of all options not specified in OptionParser
.
But parse
raises exception when first unknown option is found.
Is it possible to get all unprocessed parameters and process them manually?
I am trying to a custom processor of all options not specified in OptionParser
.
But parse
raises exception when first unknown option is found.
Is it possible to get all unprocessed parameters and process them manually?