Options

com.ossuminc.riddl.hugo.HugoPass.Options

Options for the HugoPass/Command

Attributes

Source
HugoPass.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PassOptions
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
HugoPass.scala
def configFile: Path

Attributes

Source
HugoPass.scala
def contentRoot: Path

Attributes

Source
HugoPass.scala
def outputRoot: Path

Attributes

Source
HugoPass.scala
def staticRoot: Path

Attributes

Source
HugoPass.scala
def themesRoot: Path

Attributes

Source
HugoPass.scala

Inherited methods

override def check: Messages

Attributes

Definition Classes
Inherited from:
PassCommandOptions
Source
PassCommand.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def withInputFile[S](f: Path => Either[Messages, S]): Either[Messages, S]

Attributes

Inherited from:
CommandOptions
Source
CommandOptions.scala