OutputFormat

declslides.cli.OutputFormat
See theOutputFormat companion object
enum OutputFormat(val value: String)

Output formats accepted by the CLI.

This enum models the user-facing format vocabulary accepted on the command line. It intentionally stays small and explicit.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Html extends OutputFormat

HTML document output.

HTML document output.

Attributes

case Markdown extends OutputFormat

Markdown output using the canonical Markdown label.

Markdown output using the canonical Markdown label.

Attributes

case Md extends OutputFormat

Markdown output using the short md label.

Markdown output using the short md label.

Attributes

case Text extends OutputFormat

Plain text output using the canonical text label.

Plain text output using the canonical text label.

Attributes

case Txt extends OutputFormat

Plain text output using the short txt label.

Plain text output using the short txt label.

Attributes