CliConfig

declslides.cli.CliConfig
final case class CliConfig(input: Path, format: OutputFormat, output: Path)

Validated command-line configuration for a render invocation.

By the time a CliConfig exists, option names have already been validated and raw strings have already been converted into domain-friendly values.

Value parameters

format

requested output format

input

input script to render

output

destination file for the rendered document

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product