I have two arguments: --1st and --2nd I'm trying to make "-2nd" argument required only if "1st" argument set.
For example:
If "1st" is set and "2nd" is set - good
If "1st" is not set and "2nd" is not set - good
Other cases are bad. Help me, please