args4c

package args4c

Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigImplicits extends AnyRef

Value Members

  1. object Args4c

    can convert command-line arguments (a Seq[String]) into an Either[String, Config] representing either a successfully merged configuration (Right(config)) or an error.

  2. object ConfigApp

    Extends the ArgsAsConfigParser to also offer the usual suspects - 'help' and '-show=<path/to/config>'

  3. object ConfigImplicits extends ConfigImplicits

  4. object Example

  5. package io

Ungrouped