EU Parliament Monitor — API Documentation - v0.8.49
    Preparing search index...

    Interface ParsedOptions

    Successful parse → ready-to-execute options.

    interface ParsedOptions {
        kind: "options";
        value: {
            runDir: string | null;
            all: boolean;
            since?: string;
            langs: readonly LanguageCode[];
            outDir: string;
            repoRoot: string;
            title?: string;
            description?: string;
            markdownOnly: boolean;
        };
    }
    Index

    Properties

    Properties

    kind: "options"
    value: {
        runDir: string | null;
        all: boolean;
        since?: string;
        langs: readonly LanguageCode[];
        outDir: string;
        repoRoot: string;
        title?: string;
        description?: string;
        markdownOnly: boolean;
    }