@tikoci/centrs
    Preparing search index...

    Interface ExplainEnvelopeOptions

    Envelope-level options. Curl is forwarded to the analysis as an opt-in rendering; the remaining fields are invocation metadata the analysis does not need. Phase 2's { target, facets } remains a separate live concern.

    interface ExplainEnvelopeOptions {
        curl?: boolean;
        format?: ResolvedSetting<"text" | "json" | "yaml">;
        tips?: readonly Tip[];
        tokens?: boolean;
        warnings?: readonly Warning[];
    }
    Index

    Properties

    curl?: boolean

    Include curl rendering for API-candidate statements.

    format?: ResolvedSetting<"text" | "json" | "yaml">
    tips?: readonly Tip[]
    tokens?: boolean

    Include the gapless token partition behind data.tokens[].

    Mirrors --complete / --schema / --curl facet pattern. Provisional vocabulary until #264 B5.

    warnings?: readonly Warning[]

    Facts about the INVOCATION, not the analysis (e.g. an ignored stdin).