···794794795795### project
796796797797-- **CLI:** `--project <name>`
797797+- **CLI:** `-p, --project <name>`
798798799799The name of the project to run if you are using Vitest workspace feature. This can be repeated for multiple projects: `--project=1 --project=2`. You can also filter projects using wildcards like `--project=packages*`, and exclude projects with `--project=!pattern`.
800800
···743743 },
744744 },
745745 project: {
746746+ shorthand: 'p',
746747 description:
747748 'The name of the project to run if you are using Vitest workspace feature. This can be repeated for multiple projects: `--project=1 --project=2`. You can also filter projects using wildcards like `--project=packages*`, and exclude projects with `--project=!pattern`.',
748749 argument: '<name>',