issue_tree
    Preparing search index...

    Function helpText

    • Render the help text for a topic. This is the single entry point the CLI calls when it has decided to print help: it dispatches to the general block or one of the subcommand blocks. The result is exactly the string to write to stdout — it ends with a trailing newline.

      Parameters

      Returns string

      the formatted help text for topic

      helpText('general').includes('SUBCOMMANDS')  // => true
      
      helpText('render').includes('--format')      // => true