t

dynamics.cli

CLIApplication

trait CLIApplication extends AnyRef

A simple cake to bundle together a data structure for capturing CLI parameters and a CLI parser that can parse parameters.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CLIApplication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type AppConfig <: AppConfigLike
  2. trait AppConfigLike extends AnyRef

Abstract Value Members

  1. abstract def addParserOpts: Seq[(OptionParser[AppConfig]) ⇒ Unit]

    Adds are a thunk to keep this pure.