CliConfig

class CliConfig(val map: Map<String, String>) : Config

Configuration holder for CLI-specific settings including welcome messages and text colors. Manages display colors for different message types and command prompt styling.

Constructors

Link copied to clipboard
constructor(map: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val map: Map<String, String>

The underlying configuration map with string keys and values.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the default configuration entries for CLI settings.