Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface DoctorCommandFlags

    interface DoctorCommandFlags {
        cwd: string;
        fix: boolean;
        json: boolean;
        verbose: boolean;
    }
    Index

    Properties

    Properties

    cwd: string
    fix: boolean
    json: boolean
    verbose: boolean