Hello!
My team is currently using Cuckoo via CLI to generate mocks. We want to create mocks only for the protocols that we need in our tests and not everything. We are currently using the --exclude option with the generate command and were wondering if the opposite is possible, where we --include the protocols we want mocked and everything else stays excluded.
Thank you