Skip to content

runDoctor

runDoctor(cwd, options?): Promise<DoctorCheck[]>

Defined in: wp-typia-project-tools/src/runtime/cli-doctor.ts:56

Run doctor checks, render each line, and fail when any check does not pass.

string

Working directory to validate.

RunDoctorOptions = {}

Optional renderer override for each emitted check row.

Promise<DoctorCheck[]>

The completed list of doctor checks.

When one or more checks fail.