HelpMessagePrinter

wvlet.airframe.launcher.HelpMessagePrinter
See theHelpMessagePrinter companion object

Interface for printing help messages

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def render(commandName: String, arguments: Seq[CLArgItem], oneLineUsage: Option[String], description: String, options: Seq[CLOption], globalOptions: Seq[CLOption], subCommands: Seq[CommandLauncher]): String