Member Junction
    Preparing search index...

    The resolved format plus the rule that produced it (machine-stable, for tests and --verbose).

    interface FormatResolution {
        format: OutputFormat;
        reason: "format-flag" | "json-flag" | "env" | "piped" | "tty-default";
    }
    Index

    Properties

    Properties

    format: OutputFormat
    reason: "format-flag" | "json-flag" | "env" | "piped" | "tty-default"