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.
Parameters
Section titled “Parameters”string
Working directory to validate.
options?
Section titled “options?”RunDoctorOptions = {}
Optional renderer override for each emitted check row.
Returns
Section titled “Returns”Promise<DoctorCheck[]>
The completed list of doctor checks.
Throws
Section titled “Throws”When one or more checks fail.