OutputApi

argparse.core.OutputApi$
See theOutputApi companion trait
object OutputApi

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def tabulate(rows: Iterable[Iterable[_]], header: Iterable[String], alignments: Iterable[Alignment]): String
def tabulatep(rows: Iterable[Product], headers: Iterable[String], alignments: Iterable[Alignment]): String