Options

com.ossuminc.riddl.commands.AboutCommand.Options
case class Options(command: 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

Concrete methods

override def inputFile: Option[Path]

Attributes

Definition Classes
Source
AboutCommand.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