I have two options that are interdependent. That is, the value selected for one constrains the valid options for the other.
What is best way to enforce this with the click
library? Is there a built-in mechanism for this?
I want to take advantage of the built-in parameter error checks if possible. At the moment I've fallen back to checking the variables once they have been passed into my code.