Options

com.ossuminc.riddl.commands.RepeatCommand.Options
case class Options(inputFile: Option[Path], targetCommand: String, refreshRate: FiniteDuration, maxCycles: Int, interactive: Boolean) extends CommandOptions

Attributes

Source
RepeatCommand.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
RepeatCommand.scala

Inherited methods

Attributes

Inherited from:
CommandOptions
Source
CommandOptions.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