Packages

case class CliHelpers(op: OptionParser[AppConfig]) extends Product with Serializable

Instantiate then import the functions to use in your CLI definition.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CliHelpers
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CliHelpers(op: OptionParser[AppConfig])

Value Members

  1. val mkFields: () ⇒ OptionDef[Seq[String], AppConfig]
  2. val mkFilterOpt: () ⇒ OptionDef[Seq[String], AppConfig]
  3. val mkFilterOptBase: () ⇒ OptionDef[Seq[String], AppConfig]
  4. val mkNoClobber: () ⇒ OptionDef[Unit, AppConfig]
  5. def newline(n: Int = 1): Unit
  6. def sub(n: String): OptionDef[Unit, AppConfig]