Skip to content

An attempt to understand how the last 2 code example are supposed to work

Notifications You must be signed in to change notification settings

mslinn/scopt-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCOPT 4 Composable Parser

License Build Status GitHub version

Trying to get a working version of the last 2 sample program listings shown in composing configuration datatype code for scopt.

Running the Program

The bin/run Bash script assembles this project into a fat jar and runs it. Sample usage, which runs the ComposedChildren entry point in src/main/scala/Main.scala:

$ bin/run ComposedChildren
$ bin/run ComposedConfig

The -j option forces a rebuild of the fat jar. Use it after modifying the source code.

$ bin/run -j ComposedChildren
$ bin/run -j ComposedConfig

About

An attempt to understand how the last 2 code example are supposed to work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published