gespenst API - v0.1.0
    Preparing search index...

    Interface TerminalProgressReport

    Progress state and optional percentage reported by terminal output.

    interface TerminalProgressReport {
        progress: number | null;
        state: ProgressState;
    }
    Index
    progress: number | null

    Percentage from 0 to 100, or null when indeterminate.

    Progress lifecycle state.