> On Apr 1, 2020, at 10:46 AM, Donal Evans <doev...@pivotal.io> wrote: > > There's a subtlety with the second no-op case though, since you could have > a situation where you call the command with no arguments (include all > regions) and don't find any partitioned regions, which would be fine
I think in this case it is not an error since all would mean all that this may apply to. > or you could have a situation where you explicitly include some regions and > none of them are found, in which case I'm not sure that returning success > would be correct. Would it be reasonable to return error in the case that > all explicitly included region aren't found? I believe this should be the behavior. If any one explicitly listed region does not exist an error should result. -Jake