Options

com.ossuminc.riddl.commands.StatsCommand.Options
case class Options(inputFile: Option[Path]) extends PassCommandOptions, PassOptions

Attributes

Source
StatsCommand.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

override def check: Messages

Attributes

Definition Classes
Source
StatsCommand.scala

Attributes

Source
StatsCommand.scala
def outputDir: Option[Path]

Attributes

Source
StatsCommand.scala

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
Source
CommandOptions.scala