import { confirm, select } from "@clack/prompts"; import type { RuntimeEnv } from "../runtime.js"; import { stylePromptHint, stylePromptMessage } from "../terminal/prompt-style.js"; import {
resolveDoctorRepairMode,
shouldAutoApproveDoctorFix,
type DoctorRepairMode,
} from "./doctor-repair-mode.js"; import type { DoctorOptions } from "./doctor.types.js"; import { guardCancel } from "./onboard-helpers.js";
export type { DoctorOptions } from "./doctor.types.js";
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.