Open WriterZephos opened 1 year ago
Facing the same issue for this scenario, I had to set the required
parameter for that option as false, and add a custom validation logic to check if all of my required parameters were passed correctly to avoid this spec issue.
Let me try to find more about the root cause.
I am trying to test my Thor tasks and running into an issue. I have the following option defined on my Thor class:
and in my tests I have:
Which give me this error:
But I can run the Thor task in the terminal just fine, so I think there is something broken with
invoke
.