Allow specifying tasks. (#3002)
`turbo-ignore` by default specifies `build` as the task it will run. This makes it possible to specify an alternative task name as the entry point.
This enables `npx turbo-ignore --task="workspace#build"`, for example.