@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Interface SummarizerCliOptions

    interface SummarizerCliOptions {
        categorize: boolean;
        graph?: boolean;
        help: boolean;
        input: string;
        output?: string;
        "project-skip": number;
        type: string;
        "ultimate-only": boolean;
        verbose: boolean;
    }
    Index

    Properties

    categorize: boolean
    graph?: boolean
    help: boolean
    input: string
    output?: string
    "project-skip": number
    type: string
    "ultimate-only": boolean
    verbose: boolean