scala.cli.config

Type members

Classlikes

final class ConfigDb

In-memory representation of a configuration DB content.

In-memory representation of a configuration DB content.

Use ConfigDb.apply or ConfigDb.open to create an instance of it.

set, setFromString, and remove only change values in memory.

Use save to persist values on disk.

Companion:
object
object ConfigDb
Companion:
class
sealed abstract class Key[T]

A configuration key

A configuration key

Companion:
object
object Key
Companion:
class
object Keys