Renderer
replpp.shaded.mainargs.Renderer
object Renderer
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Renderer.type
Members list
Value members
Concrete methods
def formatMainMethodSignature(main: MainData[_, _], leftIndent: Int, totalWidth: Int, leftColWidth: Int, docsOnNewLine: Boolean, customName: Option[String], customDoc: Option[String], sorted: Boolean): String
def formatMainMethods(mainMethods: Seq[MainData[_, _]], totalWidth: Int, docsOnNewLine: Boolean, customNames: Map[String, String], customDocs: Map[String, String], sorted: Boolean): String
def renderResult(main: MainData[_, _], result: Failure, totalWidth: Int, printHelpOnError: Boolean, docsOnNewLine: Boolean, customName: Option[String], customDoc: Option[String], sorted: Boolean): String
Deprecated methods
def formatMainMethodSignature(main: MainData[_, _], leftIndent: Int, totalWidth: Int, leftColWidth: Int, docsOnNewLine: Boolean, customName: Option[String], customDoc: Option[String]): String
Attributes
- Deprecated
- true
def formatMainMethods(mainMethods: Seq[MainData[_, _]], totalWidth: Int, docsOnNewLine: Boolean, customNames: Map[String, String], customDocs: Map[String, String]): String
Attributes
- Deprecated
- true
def renderResult(main: MainData[_, _], result: Failure, totalWidth: Int, printHelpOnError: Boolean, docsOnNewLine: Boolean, customName: Option[String], customDoc: Option[String]): String
Attributes
- Deprecated
- true
Concrete fields
In this article