issue_tree
    Preparing search index...

    Interface ScanCommand

    Parsed scan invocation.

    interface ScanCommand {
        cachePath: string;
        flagToken: string | undefined;
        force: boolean;
        quiet: boolean;
        repos: string[];
        subcommand: "scan";
        wait: boolean;
    }
    Index

    Properties

    cachePath: string
    flagToken: string | undefined
    force: boolean
    quiet: boolean
    repos: string[]
    subcommand: "scan"
    wait: boolean