Expand description
Configuration command handling (REFACTORED).
This module handles the config:show and config:<key> <value> commands.
It no longer hardcodes every field โ instead it uses the schema to generate display/parsing dynamically.
Functionsยง
- change_
config_ value - Changes a configuration value by key.
- display_
config_ ๐field - Helper to display a single config field in the table format.
- display_
config_ ๐field_ custom - Helper to display a config field with custom value formatting (for colored or special values).
- print_
all - Displays all configuration settings in a formatted table.