issue_tree
    Preparing search index...

    Type Alias HelpTopic

    HelpTopic: "general" | "scan" | "render" | "all" | "auto" | "update"

    The set of help topics helpText can render.

    'general' is the top-level overview shown for a bare invocation, issue_tree --help, issue_tree -h, or issue_tree help. The four subcommand names select that subcommand's flag reference.

    Kept as a union literal (not an array) so the helpText dispatcher can keep an exhaustive switch over it — widening to string would silently disable the compiler's exhaustiveness check.