issue_tree
    Preparing search index...

    Interface HelpCommand

    Parsed help invocation. Produced for a bare issue_tree, for any line carrying --help/-h, and for the help subcommand. topic is 'general' for the top-level overview, or one of the four subcommand names when the user asked for that command's help specifically.

    interface HelpCommand {
        subcommand: "help";
        topic: HelpTopic;
    }
    Index

    Properties

    Properties

    subcommand: "help"
    topic: HelpTopic