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

Properties

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