CommandOptions

com.reactific.riddl.commands.CommandOptions
See theCommandOptions companion object

Base class for command options. Every command should extend this to a case class

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Options
class Options
class Options
trait Options
class Options
Show all

Members list

Value members

Abstract methods

def inputFile: Option[Path]

Concrete methods

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