Registry / cli / case-app-2-11

case-app-2-11

JSON →
library1.2.0javamavenunverified

A Scala library for parsing command-line arguments using case classes.

<dependency> <groupId>com.github.alexarchambault</groupId> <artifactId>case-app_2.11</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · CASE-APP-2-11
C
case-app-2-11
clijavav1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CaseApp
caseapp.CaseApp

Minimal example of a command-line application using case-app.

import caseapp._ object MyApp extends CaseApp { def run(options: MyOptions, args: RemainingArgs): Unit = { println(options) } }
Debug
Known issues
breakingVersion 1.2.0 is for Scala 2.11; newer versions target Scala 2.12+.
fix
Use a newer version if you are on Scala 2.12 or 2.13.
affects: 1.2.0
Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
case-app-2-11 — mvn dependency:get case-app-2-11 · libregistry