Package picocli

Interface CommandLine.IHelpSectionRenderer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String render​(CommandLine.Help help)
      Renders a section of the usage help, like header heading, header, synopsis heading, synopsis, description heading, description, etc.
    • Method Detail

      • render

        java.lang.String render​(CommandLine.Help help)
        Renders a section of the usage help, like header heading, header, synopsis heading, synopsis, description heading, description, etc.
        Parameters:
        help - the Help instance for which to render a section
        Returns:
        the text for this section; may contain ANSI escape codes
        Since:
        3.9