issue_tree
    Preparing search index...

    Type Alias CliIntent

    CliIntent:
        | {
            kind: "help";
            subcommand: "scan"
            | "render"
            | "all"
            | "auto"
            | undefined;
        }
        | { kind: "version" }
        | { kind: "run" }

    The discriminated result of intent — what the user asked for.