## Want: `--project-dir` cli argument. ## Explanation: Similar to `dbt run --project-dir my-project/`, I want to be able to parse and lint my project in a single command. My current workaround is to run `dbt parse ...` then point to the manifest. But I'd rather have a single command.