thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Cannot create mutually exclusive options #62

Open necrolyte2 opened 8 years ago

necrolyte2 commented 8 years ago

test.jip

#!/usr/bin/env jip
#
# Test mutually exclusive options
#
# Usage:
#   test (-one | -two)

There is no error generated from running as follows

./test.jip -one -two