IronConfig

io.github.iltotore.iron.internal.IronConfig
See theIronConfig companion object
case class IronConfig(color: Boolean, shortMessages: Boolean)

The config or Iron at compile-time.

Value parameters

color

enable colored messages

shortMessages

use abbreviated messages, useful for error lenses and similar

Attributes

Companion
object
Source
IronConfig.scala
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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product