[ Bron: scopt ]
Pakket: libscopt-java (3.5.0 repack-1)
Verwijzigingen voor libscopt-java
Debian bronnen:
Het bronpakket scopt downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Simple scala command line options parsing
Scopt provides two styles of parsing: immutable and mutable. In immutable parsing style, a config object is passed around as an argument into action callbacks. On the other hand, in mutable parsing style you are expected to modify the config object in place.