case class CliHelpers(op: OptionParser[AppConfig]) extends Product with Serializable
Instantiate then import the functions to use in your CLI definition.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CliHelpers
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val mkFields: () ⇒ OptionDef[Seq[String], AppConfig]
- val mkFilterOpt: () ⇒ OptionDef[Seq[String], AppConfig]
- val mkFilterOptBase: () ⇒ OptionDef[Seq[String], AppConfig]
- val mkNoClobber: () ⇒ OptionDef[Unit, AppConfig]
- def newline(n: Int = 1): Unit
- def sub(n: String): OptionDef[Unit, AppConfig]