For a Python script with multiple command line options, what is the best way to go about validating that only certain options are used together? For example, say -s, -t, and -v are all valid options, but should never be used together (i.e. -s -t would be invalid). Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list
- Validating Command Line Options T
- Re: Validating Command Line Options bruce bushby
- Re: Validating Command Line Options Joe Riopel
- Re: Validating Command Line Options Boris FELD
- Re: Validating Command Line Options T
- Re: Validating Command Line Options Alex Willmer
- Re: Validating Command Line Options Jonathan Gossage