PassCommandOptions

com.ossuminc.riddl.command.PassCommandOptions

Attributes

Source
PassCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Options
class Options
class Options
class Options

Members list

Value members

Abstract methods

def outputDir: Option[Path]

Attributes

Source
PassCommand.scala

Concrete methods

override def check: Messages

Attributes

Definition Classes
Source
PassCommand.scala

Inherited methods

def withInputFile[S](f: Path => Either[Messages, S]): Either[Messages, S]

Attributes

Inherited from:
CommandOptions
Source
CommandOptions.scala

Inherited and Abstract methods

Attributes

Inherited from:
CommandOptions
Source
CommandOptions.scala
def inputFile: Option[Path]

Attributes

Inherited from:
CommandOptions
Source
CommandOptions.scala