HugoCommand

com.reactific.riddl.hugo.HugoCommand
See theHugoCommand companion class
object HugoCommand

Unit Tests For HugoCommand

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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

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