Options

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
CommandOptions