Options

com.reactific.riddl.hugo.HugoCommand.Options
case class Options(inputFile: Option[Path], outputDir: Option[Path], projectName: Option[String], enterpriseName: Option[String], eraseOutput: Boolean, siteTitle: Option[String], siteDescription: Option[String], siteLogoPath: Option[String], siteLogoURL: Option[URL], baseUrl: Option[URL], themes: Seq[(String, Option[URL])], sourceURL: Option[URL], editPath: Option[String], viewPath: Option[String], withGlossary: Boolean, withTODOList: Boolean, withGraphicalTOC: Boolean, withStatistics: Boolean) extends CommandOptions, TranslatingOptions

Attributes

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

Members list

Value members

Concrete methods

def configFile: Path
def contentRoot: Path
def outputRoot: Path
def staticRoot: Path
def themesRoot: Path

Inherited methods

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
CommandOptions