(projectId: string)
| 7615 | } |
| 7616 | |
| 7617 | function requireProjectId(projectId: string): void { |
| 7618 | if (typeof projectId !== 'string' || projectId.length === 0) { |
| 7619 | throw localValidationError('project', 'is required'); |
| 7620 | } |
| 7621 | } |
| 7622 | |
| 7623 | /** |
| 7624 | * §6.6 / M2.1 piece 2 — validate the `--status <list>` flag client |
no test coverage detected