Expand description
Configuration management
This module handles loading, saving, and migrating the rc configuration file. The configuration file is stored in TOML format at ~/.config/rc/config.toml.
PROTECTED FILE: Changes to schema_version require migration support.
Structs§
- Config
- Main configuration structure
- Config
Manager - Configuration manager handles loading and saving config
- Defaults
- Default settings for CLI behavior
Constants§
- SCHEMA_
VERSION - Current configuration schema version