interface StatsHelperCliOptions {
    compress: boolean;
    "dump-json": boolean;
    features: string[];
    help: boolean;
    input: string;
    "no-ansi": boolean;
    "output-dir": string;
    "root-dir": string;
    verbose: boolean;
}

Properties

compress: boolean
"dump-json": boolean
features: string[]
help: boolean
input: string
"no-ansi": boolean
"output-dir": string
"root-dir": string
verbose: boolean