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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article