Options

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

Attributes

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

Attributes

Source
FlattenCommand.scala

Inherited methods

Attributes

Inherited from:
CommandOptions
Source
CommandOptions.scala

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