Trying to get a working version of the last 2 sample program listings shown in composing configuration datatype code for scopt.
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