Interfaces for creating CLI-runnable and testable commands/apps, with Spark- and non-Spark-focused modules.
Wrappers and extensions to case-app:
libraryDependencies += "org.hammerlab.cli" %% "base" % "1.0.1"
import hammerlab.cli._
See examples in tests.
libraryDependencies += "org.hammerlab.cli" %% "spark" % "1.0.1"
import hammerlab.cli.spark._
See examples in tests.