pyjip
pyjip copied to clipboard
Cannot create mutually exclusive options
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