caseapp.core.argparser
package caseapp.core.argparser
Things related to parsing a single argument.
Mostly revolves around caseapp.core.argparser.ArgParser.
Type members
Classlikes
Parses argument values of type T
.
Parses argument values of type T
.
- Type parameters:
- T:
parsed value type
- Companion:
- object
Allows an argument to be specified multiple times.
Allows an argument to be specified multiple times.
Discards previously specified values.
- Type parameters:
- T:
wrapped type
- Value parameters:
- value:
actual value of type T
- See also:
final class MapErrorArgParser[T, U](argParser: ArgParser[T], from: U => T, to: T => Either[Error, U]) extends ArgParser[U]