Options

com.ossuminc.riddl.commands.AboutCommand.Options
case class Options(command: String, inputFile: Option[Path], targetCommand: Option[String]) extends CommandOptions

Attributes

Source
AboutCommand.scala
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:
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