Options

com.reactific.riddl.commands.TranslationCommand.Options
trait Options extends TranslatingOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def inputFile: Option[Path]
def outputDir: Option[Path]

Inherited methods

Attributes

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

Attributes

Inherited from:
CommandOptions