issue_tree
    Preparing search index...

    Type Alias ScanRenderOptions

    ScanRenderOptions: Omit<
        AllCommand,
        "subcommand"
        | "repos"
        | "cachePath"
        | "cacheExplicit"
        | "force",
    >

    The scan + render fields shared by all and auto, minus the persistence identity (cachePath/cacheExplicit/force) and the repo source. Both AllCommand and AutoCommand satisfy it structurally, so a parsed command of either kind can be passed wherever these fields are needed.