Handle options not used together using optparse

How to handle options that could not be used together using optparse? Is
there built-in way to do this via optparse?

On Thu, Jul 5, 2012 at 10:26 AM, yibin z. [email protected] wrote:

How to handle options that could not be used together using optparse? Is
there built-in way to do this via optparse?

I don’t think so. You have to check that manually.

Kind regards

robert