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

    Interface ConvertCommandOptions

    interface ConvertCommandOptions {
        from: string;
        in: string;
        json?: boolean;
        maxStatementChars?: number;
        out?: string;
        skipUnsupported?: boolean;
        splitRows?: boolean;
        to: string;
    }
    Index
    from: string
    in: string
    json?: boolean
    maxStatementChars?: number
    out?: string
    skipUnsupported?: boolean
    splitRows?: boolean
    to: string