PassCommandOptions

com.reactific.riddl.commands.PassCommandOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def outputDir: Option[Path]

Inherited methods

Attributes

Inherited from:
CommandOptions
def inputFile: Option[Path]

Attributes

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

Attributes

Inherited from:
CommandOptions