drupflare/drangler - v0.1.0
    Preparing search index...

    Interface SurveyOptions

    interface SurveyOptions {
        dryRun?: boolean;
        host: string;
        identity?: string;
        json?: boolean;
        out?: string;
        replay?: string;
        root: string;
    }
    Index
    dryRun?: boolean
    host: string
    identity?: string
    json?: boolean
    out?: string
    replay?: string
    root: string