Options

com.ossuminc.riddl.commands.VersionCommand.Options
case class Options(command: String) extends CommandOptions

Attributes

Source
VersionCommand.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def inputFile: Option[Path]

Attributes

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