Module config

Module config 

Source
Expand description

Configuration command handlers.

This module routes config subcommands, reads effective values, updates persisted values, and removes overrides when requested.

Functionsยง

config_key_error ๐Ÿ”’
get ๐Ÿ”’
Displays the effective value for a configuration key.
list ๐Ÿ”’
Lists all configuration sections and their values.
run
Dispatches a config subcommand to the appropriate handler.
set ๐Ÿ”’
Stores a configuration value, either from the CLI argument or an interactive prompt.
source_suffix ๐Ÿ”’
Returns the visual suffix used when a value is overridden by the environment.
unset ๐Ÿ”’
Removes a configuration key by restoring its default value.