Options

com.ossuminc.riddl.commands.PrettifyCommand.Options
case class Options(inputFile: Option[Path], outputDir: Option[Path], projectName: Option[String], singleFile: Boolean) extends Options, PassOptions, PassCommandOptions

Attributes

Source
PrettifyCommand.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PassOptions
trait Options
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • CommandOptions
  • PassCommandOptions
  • Product

Value members

Concrete methods

Attributes

Source
PrettifyCommand.scala

Inherited methods

override def check: Messages

Attributes

Definition Classes
Inherited from:
PassCommandOptions
Source
PassCommand.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