CommonOptions

com.reactific.riddl.language.CommonOptions
See theCommonOptions companion object
case class CommonOptions(showTimes: Boolean, verbose: Boolean, dryRun: Boolean, quiet: Boolean, showWarnings: Boolean, showMissingWarnings: Boolean, showStyleWarnings: Boolean, showUsageWarnings: Boolean, showInfoMessages: Boolean, debug: Boolean, pluginsDir: Option[Path], sortMessagesByLocation: Boolean, groupMessagesByKind: Boolean, noANSIMessages: Boolean, maxParallelParsing: Int, warningsAreFatal: Boolean)

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product