MismatchedArguments

case class MismatchedArguments(missing: Seq[Simple[_, _]], unknown: Seq[String], duplicate: Seq[(Named[_, _], Seq[String])], incomplete: Option[Simple[_, _]]) extends Failure

Invoking the Main failed because the arguments provided did not line up with the arguments expected

trait Serializable
trait Product
trait Equals
trait Failure
trait Result[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def flatMap[V](f: Nothing => Result[V]): Result[V]
Inherited from:
Result
def map[V](f: Nothing => V): Result[V]
Inherited from:
Result
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product