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
configsubcommand 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.