Registry / cli / scallop-2-12

scallop-2-12

JSON →
library6.0.0javamavenunverified

Scallop is a Scala library for parsing command-line arguments with support for options, flags, and subcommands.

<dependency> <groupId>org.rogach</groupId> <artifactId>scallop_2.12</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALLOP-2-12
S
scallop-2-12
clijavav6.0.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.

ScallopConf
org.rogach.scallop._

Defines a simple CLI configuration with a required name option.

import org.rogach.scallop._ class Conf(arguments: Seq[String]) extends ScallopConf(arguments) { val name = opt[String](required = true) verify() } val conf = new Conf(args) println(conf.name())
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources