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

    Interface WorkerSource

    interface WorkerSource {
        from: "default" | "env" | "flag";
        local: boolean;
        ref: string;
        url: string;
    }
    Index
    from: "default" | "env" | "flag"

    which input decided it, so a report never presents a default as a choice

    local: boolean

    a path on this machine rather than something git has to reach over a network

    ref: string
    url: string

    the argument handed to git clone, unchanged