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 ```
test.jip
There is no error generated from running as follows