RemainingArgs

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

Arguments that don't correspond to options.

Attributes

remaining:

arguments before any --

unparsed:

arguments after a first --, if any

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def 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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product