RemainingArgs

caseapp.core.RemainingArgs
case class RemainingArgs(indexedRemaining: Seq[Indexed[String]], indexedUnparsed: Seq[Indexed[String]])

Arguments that don't correspond to options.

Value parameters

remaining:

arguments before any --

unparsed:

arguments after a first --, if any

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val all: Seq[String]

Arguments both before and after a --.

Arguments both before and after a --.

The first --, if any, is not included in this list.

Attributes

lazy val indexed: Seq[Indexed[String]]
lazy val remaining: Seq[String]
lazy val unparsed: Seq[String]