issue_tree
    Preparing search index...

    Interface UpdateCommand

    Parsed update invocation. Incrementally refreshes the repos already recorded in a cache; the targets come from the cache's repos, so it carries no repo list of its own (and rejects --repo).

    interface UpdateCommand {
        cachePath: string;
        flagToken: string | undefined;
        quiet: boolean;
        subcommand: "update";
        wait: boolean;
    }
    Index

    Properties

    cachePath: string
    flagToken: string | undefined
    quiet: boolean
    subcommand: "update"
    wait: boolean