OutputFormat

declslides.cli.OutputFormat
See theOutputFormat companion enum
object OutputFormat

Helpers for parsing and listing supported output formats.

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def parse(value: String): Either[CliError, OutputFormat]

Parses a raw format label into a supported output format.

Parses a raw format label into a supported output format.

Attributes

def supportedValues: List[String]

Returns the string labels accepted by the CLI.

Returns the string labels accepted by the CLI.

Attributes

Concrete fields

val supported: List[OutputFormat]