### Describe the feature you'd like to request Continuation of https://github.com/vercel/turborepo/issues/715 As a user, I want to know when my `--scope` query is invalid with an error instead of executing the full scope run ### Describe the solution you'd like If `--scope` matching returns an empty set, exit with code 1 and print an erro explaining that no packages matching the scope pattern were found. ### Describe alternatives you've considered N/A